OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2-93-g33c642a
Gerrit Code Review
gerrit@openafs.org
Sat, 30 Mar 2013 13:04:00 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 33c642ae948fced53b457f1394fa97be4c1469f2
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
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>
(cherry picked from commit dc32caae7768c486e610c4e56c6a78e9c918d975)
Change-Id: I05892d6d9c47517208e21a3ab00bad2f30d58ba9
Reviewed-on: http://gerrit.openafs.org/9522
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: BuildBot <buildbot@rampaginggeek.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