From: ehofman Date: Sun, 18 May 2003 09:06:44 +0000 (+0000) Subject: Rename an error message so it won't conflict with other output (especially property... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b666d71d89cd04a8e63e609f6840bfbd78b9760a;p=flightgear.git Rename an error message so it won't conflict with other output (especially property names) --- diff --git a/src/Network/props.cxx b/src/Network/props.cxx index 51b293177..dc6086a93 100644 --- a/src/Network/props.cxx +++ b/src/Network/props.cxx @@ -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() );