OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-15-gc72cd42
Gerrit Code Review
gerrit@openafs.org
Wed, 7 Jul 2010 20:40:43 -0700 (PDT)
The following commit has been merged in the master branch:
commit c72cd42364206f4fe237d26e582cef86351f75a8
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Jul 2 14:28:29 2010 -0500
Fix VPrintDiskStats_r logging
VPrintDiskStats_r tried to log some information using separate Log()
statements on the same line. This looks very odd when logged, since we
add a timestamp to every Log() call these days. Fix it to print the
line as one call to Log().
Change-Id: I19a5365c24208229201ba54ff04e793b5e50eee5
Reviewed-on: http://gerrit.openafs.org/2359
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/vol/partition.c | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository