From: VMware, Inc <> Date: Fri, 12 Apr 2013 19:49:46 +0000 (-0700) Subject: Fixed a out-dated comment. X-Git-Tag: 2013.04.16-1098359~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47225408dd0171a0c855f40a67883aeececadf4d;p=thirdparty%2Fopen-vm-tools.git Fixed a out-dated comment. A comment was left incorrect in a previous checkin. Fixing it now to match with the code. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/services/vmtoolsd/cmdLine.c b/open-vm-tools/services/vmtoolsd/cmdLine.c index e7f51f6eb..63acdc815 100644 --- a/open-vm-tools/services/vmtoolsd/cmdLine.c +++ b/open-vm-tools/services/vmtoolsd/cmdLine.c @@ -294,8 +294,8 @@ ToolsCore_ParseCommandLine(ToolsServiceState *state, /* * NOTE: We can't log the cmdStr here, we can * only log it after logging gets configured. - * Logging before VMTools_ConfigLogging() call - * does not generate the system logs. + * Logging it before ToolsCore_ReloadConfig call + * will not generate proper logs. */ }