From b666d71d89cd04a8e63e609f6840bfbd78b9760a Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Sun, 18 May 2003 09:06:44 +0000
Subject: [PATCH] Rename an error message so it won't conflict with other
 output (especially property names)

---
 src/Network/props.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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