From 87e07e4f2e412215019c2526430d47b26e1aafa2 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 25 Feb 2015 11:25:25 +0100
Subject: [PATCH] Server/py: More consistent error messaging.

---
 plomrogue-server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plomrogue-server.py b/plomrogue-server.py
index 8713980..73d7c23 100755
--- a/plomrogue-server.py
+++ b/plomrogue-server.py
@@ -394,7 +394,7 @@ def command_taname(name):
         else:
             print("Ignoring: Invalid action name.")
     else:
-        print("No thing action defined to manipulate yet.")
+        print("Ignoring: No thing action defined to manipulate yet.")
     # In contrast to the original,naming won't map a function to a ThingAction.
 
 
-- 
2.30.2