From: Yiwen Zhang Date: Wed, 10 Sep 2008 02:50:56 +0000 (+0800) Subject: Modify record error message text X-Git-Tag: 2008.10.10-123053~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f2d0d7014ed6e9438b565863e1964ce234fa178;p=thirdparty%2Fopen-vm-tools.git Modify record error message text Error message text for recording is modified to show all possible reasons. --- diff --git a/open-vm-tools/toolbox/toolboxInt.h b/open-vm-tools/toolbox/toolboxInt.h index 0420f8e2f..1208bdd78 100644 --- a/open-vm-tools/toolbox/toolboxInt.h +++ b/open-vm-tools/toolbox/toolboxInt.h @@ -56,7 +56,11 @@ "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_*/