Rename an error message so it won't conflict with other output (especially property names)
This commit is contained in:
parent
959996f17c
commit
b666d71d89
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ PropsChannel::collectIncomingData( const char* s, int n )
|
||||||
void
|
void
|
||||||
PropsChannel::node_not_found_error( const string& node_name )
|
PropsChannel::node_not_found_error( const string& node_name )
|
||||||
{
|
{
|
||||||
string error = "ERR Node \"";
|
string error = "-ERR Node \"";
|
||||||
error += node_name;
|
error += node_name;
|
||||||
error += "\" not found.";
|
error += "\" not found.";
|
||||||
push( error.c_str() );
|
push( error.c_str() );
|
||||||
|
|
Loading…
Add table
Reference in a new issue