util: LogCommandLine has to have a command line
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 7 Aug 2011 18:41:51 +0000 (19:41 +0100)
committerDerrick Brashear <shadow@dementix.org>
Sat, 7 Apr 2012 12:05:12 +0000 (05:05 -0700)
commit2454e3d96af2be9f316a5c50199d34444defe4a8
tree050ef6bdacebde45ca5d1287752498f8b93b337b
parent047ff7e9fd283f67ede2b873e3ad64ebbcf8d3ef
util: LogCommandLine has to have a command line

Add an assert() to LogCommandLine to catch the case where it is
called without a command line to log.

Change-Id: Ia1be28b3a1d1d4e144626976f0f82b9675809c0a
Reviewed-on: http://gerrit.openafs.org/7072
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/util/serverLog.c