]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Adjust comment and message.
authorYiwen Zhang <yizhang@vmware.com>
Thu, 11 Sep 2008 07:39:14 +0000 (15:39 +0800)
committerAdar Dembo <adar@vmware.com>
Thu, 18 Sep 2008 01:46:01 +0000 (18:46 -0700)
 Slightly modify a few comments and messages to be more presentive and compatible.

open-vm-tools/lib/guestApp/guestApp.c
open-vm-tools/toolbox/toolboxInt.h

index ece65505dc2613540a2e559ae5f67209355de739..1a1d44a753ff8da8b41e0dd7368bc82fa67563f7 100644 (file)
@@ -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.
index e080950028129351bfc1c0468aaca28e54e5ddc3..7041eab78bd78756ad1d5aa014c62d68f5f81a9b 100644 (file)
                            "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_*/