]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Modify record error message text
authorYiwen Zhang <yizhang@vmware.com>
Wed, 10 Sep 2008 02:50:56 +0000 (10:50 +0800)
committerAdar Dembo <adar@vmware.com>
Thu, 18 Sep 2008 01:46:00 +0000 (18:46 -0700)
 Error message text for recording is modified to show all possible reasons.

open-vm-tools/toolbox/toolboxInt.h

index 0420f8e2ffadcd28c5c9953fccc19ce9b60c1370..1208bdd78c34da89a7560d367b9773a5ef85daf9 100644 (file)
                            "Please close and reopen the Toolbox to synchronize " \
                            "it with the host.\n"
 #define RECORD_VMX_DISABLED "Error, this operation is prevented by current vmx setting.\n" \
-                            "To enable it, add the following option to your vmx file:\n\n" \
-                            "   isolation.tools.stateLoggerControl.disable = \"FALSE\"\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" \
 
 #endif /*_TOOLBOX_INT_H_*/