home · contact · privacy
Server/py: More consistent error messaging.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 25 Feb 2015 10:25:25 +0000 (11:25 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 25 Feb 2015 10:25:25 +0000 (11:25 +0100)
plomrogue-server.py

index 871398068afad43523b8a4a60aec7b3eb480f250..73d7c232febc3edf7776b899b5e7a74c8cb72d32 100755 (executable)
@@ -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.