]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Beautify ubik_print()
authorThorsten Alteholz <openafs@alteholz.de>
Sun, 3 Feb 2013 10:58:25 +0000 (11:58 +0100)
committerStephan Wiesand <stephan.wiesand@desy.de>
Sat, 30 Mar 2013 20:03:01 +0000 (13:03 -0700)
commit33c642ae948fced53b457f1394fa97be4c1469f2
treeda890139dadb64bc7377bd5bf69ce38ae1dd9bc4
parent0f1a9764b04278994c43afb4482dfafe233eff3c
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
src/ubik/remote.c
src/ubik/ubik.c