From: Yiwen Zhang Date: Thu, 11 Sep 2008 07:39:14 +0000 (+0800) Subject: Adjust comment and message. X-Git-Tag: 2008.10.10-123053~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d593ed9ef6fcd2bd97254afd67c81d6a0045ff7c;p=thirdparty%2Fopen-vm-tools.git Adjust comment and message. Slightly modify a few comments and messages to be more presentive and compatible. --- diff --git a/open-vm-tools/lib/guestApp/guestApp.c b/open-vm-tools/lib/guestApp/guestApp.c index ece65505d..1a1d44a75 100644 --- a/open-vm-tools/lib/guestApp/guestApp.c +++ b/open-vm-tools/lib/guestApp/guestApp.c @@ -1854,8 +1854,7 @@ GuestApp_RpcSendOneCPName(char const *cmd, // IN: RPCI command * GuestApp_ControlRecord -- * * Start or stop recording process, flagged by mode. - * Mode definition is in - * "lib/include/statelogger_backdoor_def.h". + * Mode definition is in statelogger_backdoor_def.h. * * Results: * TRUE on success and FALSE on failure. diff --git a/open-vm-tools/toolbox/toolboxInt.h b/open-vm-tools/toolbox/toolboxInt.h index e08095002..7041eab78 100644 --- a/open-vm-tools/toolbox/toolboxInt.h +++ b/open-vm-tools/toolbox/toolboxInt.h @@ -55,12 +55,12 @@ "enabled while the host believes it is disabled. " \ "Please close and reopen the Toolbox to synchronize " \ "it with the host.\n" -#define RECORD_VMX_ERR "Error, this operation is prevented by current vmx setting.\n" \ - "There may be reasons as follows:\n" \ - "1. Controlling is disabled by vmx." \ - "To enable it, add the following option to your vmx file:\n" \ - " isolation.tools.stateLoggerControl.disable = \"FALSE\"\n\n" \ - "2. You may want to start recording when you are already in it.\n\n" \ - "3. You may want to stop recording when you are not in recording.\n\n" \ +#define RECORD_VMX_ERR "Error, the Record/Replay control operation failed. This could be for " \ + "one of the following reasons:\n" \ + "1. You are running an old version of a VMware product.\n\n" \ + "2. Your product has disabled these controls. To enable them, consult " \ + "the product documentation.\n\n" \ + "3. You tried to start a recording while already recording.\n\n" \ + "4. You tried to stop a recording while not recording.\n\n" \ #endif /*_TOOLBOX_INT_H_*/