]> git.mxchange.org Git - flightgear.git/commitdiff
Rename an error message so it won't conflict with other output (especially property...
authorehofman <ehofman>
Sun, 18 May 2003 09:06:44 +0000 (09:06 +0000)
committerehofman <ehofman>
Sun, 18 May 2003 09:06:44 +0000 (09:06 +0000)
src/Network/props.cxx

index 51b293177a83f5fafa938f6081715f28e208a1f6..dc6086a9324c6c7d73278494adc1246852516968 100644 (file)
@@ -119,7 +119,7 @@ PropsChannel::collectIncomingData( const char* s, int n )
 void
 PropsChannel::node_not_found_error( const string& node_name )
 {
-    string error = "ERR Node \"";
+    string error = "-ERR Node \"";
     error += node_name;
     error += "\" not found.";
     push( error.c_str() );