1
0
Fork 0

Rename an error message so it won't conflict with other output (especially property names)

This commit is contained in:
ehofman 2003-05-18 09:06:44 +00:00
parent 959996f17c
commit b666d71d89

View 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() );