BUG#:2742
authorhumberto <humberto>
Wed, 11 May 2005 03:02:50 +0000 (03:02 +0000)
committerhumberto <humberto>
Wed, 11 May 2005 03:02:50 +0000 (03:02 +0000)
TITLE: cimconfig prints out incorrect substitution in error message

DESCRIPTION: Option -100 is not valid for this command when the CIM server is not running. It should read: Option -d is not valid for this command when the CIM server is not running.

src/Clients/cimconfig/CIMConfigCommand.cpp

index d88ba88159224353cddb927b78b32660d1b8604b..0eff3e37d41ce2abbd743e9d92d49f6e404db2d6 100644 (file)
@@ -1182,7 +1182,7 @@ Uint32 CIMConfigCommand::execute (
                         errPrintWriter << localizeMessage(MSG_PATH, 
                                                                        OPTION_INVALID_CIM_RUNNING_KEY, 
                                                                        OPTION_INVALID_CIM_RUNNING, 
-                                                                       OPTION_DEFAULT_VALUE) << endl;  
+                                                                       String(&OPTION_DEFAULT_VALUE,1)) << endl;  
                         return ( RC_ERROR );
                     }
                     else