OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3352-gdc32caa
Gerrit Code Review
gerrit@openafs.org
Mon, 4 Feb 2013 10:12:39 -0800 (PST)
The following commit has been merged in the master branch:
commit dc32caae7768c486e610c4e56c6a78e9c918d975
Author: Thorsten Alteholz <openafs@alteholz.de>
Date: Sun Feb 3 11:58:25 2013 +0100
Beautify ubik_print()
After lots of intermediate steps a call to ubik_print(), ubik_vprint()
and ubik_dprint*() ends in vFSLog() which adds a timestamp to the output.
So any call to ubik_print(), that does not contain a \n at the end,
makes a mess of the logfile.
The least invasive change will simply add this newline at the end
of any ubik_print() call.
This also prevents long lines in the log, which might appear on
multi-homed hosts with lots of interfaces.
FIXES 1446
Change-Id: I2e44588fcc5b27704dd5fec5a83d99d3a86f86e4
Reviewed-on: http://gerrit.openafs.org/9059
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/ubik/beacon.c | 9 ++++-----
src/ubik/remote.c | 17 +++++++----------
src/ubik/ubik.c | 2 +-
3 files changed, 12 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository