OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2695-g65a5e3c

Gerrit Code Review gerrit@openafs.org
Wed, 11 Jul 2012 13:06:46 -0700 (PDT)


The following commit has been merged in the master branch:
commit 65a5e3ce92c47a87c3dca54cec456ae0337c78ef
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.
    
    Change-Id: I6c4ac2dcc60fe4c5ced79017b91049f0c327e935
    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>

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

-- 
OpenAFS Master Repository