OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1616-g8a24a7c
Gerrit Code Review
gerrit@openafs.org
Tue, 6 Sep 2011 13:51:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8a24a7c933441f449192cf8c1b8d6fd728261734
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date: Tue Sep 6 15:23:33 2011 +0100
Windows: Replace "%T" as format string to strftime
Checkin I18ed36cc4dce9aa354ad1398710ab7db83c814a2 made strftime
much more widespread. However the %T format is not available on
all platforms and causes (at least) Windows servers to fail on
first attempt to log. %T is just shorthand to %H:%M:%S so this
checkin just replaces the one with the other.
Change-Id: Ibfff133d9263f5513276d96f3624801fd8ab229e
Reviewed-on: http://gerrit.openafs.org/5364
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/audit/audit.c | 2 +-
src/butc/lwps.c | 4 ++--
src/util/assert.c | 2 +-
src/util/serverLog.c | 2 +-
src/viced/host.c | 8 ++++----
src/viced/viced.c | 10 +++++-----
src/vlserver/vlclient.c | 2 +-
7 files changed, 15 insertions(+), 15 deletions(-)
--
OpenAFS Master Repository