OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-184-g0720095

Gerrit Code Review gerrit@openafs.org
Sun, 7 Oct 2012 06:03:57 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 0720095b09db766ef24cad9a74298a088c9defcc
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Wed Jul 4 17:54:02 2012 -0400

    vlserver: fix logging of ip addresses
    
    Remove the spurious dates surrounding IP addresess in the VLLog.
    Instead of multiple calls to the logging function for a given log
    line, format a string containing the addresses and call the log
    function once.
    
    Changes the log output from,
    
      ...  The following fileserver is being registered in the VLDB:
      ...         [Tue Jul  4 14:11:43 2012 192.168.10.128Tue Jul  4 14:11:43 2012 ]
      ...  It will create a new entry in the VLDB.
    
    to,
    
      ...  The following fileserver is being registered in the VLDB:
      ...         [192.168.10.128]
      ...  It will create a new entry in the VLDB.
    
    Reviewed-on: http://gerrit.openafs.org/7750
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 65a5e3ce92c47a87c3dca54cec456ae0337c78ef)
    
    Change-Id: I106556cda1046e6e8c971787ed8d056da70b77b9
    Reviewed-on: http://gerrit.openafs.org/8207
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/vlserver/vlprocs.c |  103 ++++++++++++++++++++++++-----------------------
 1 files changed, 53 insertions(+), 50 deletions(-)

-- 
OpenAFS Master Repository