From: Christian Heller Date: Wed, 25 Feb 2015 10:25:25 +0000 (+0100) Subject: Server/py: More consistent error messaging. X-Git-Tag: tce~455 X-Git-Url: https://plomlompom.com/repos/test.html?a=commitdiff_plain;h=87e07e4f2e412215019c2526430d47b26e1aafa2;hp=5cab9d91ffd4e2d2f94fe4c6455a612bb99498e2;p=plomrogue Server/py: More consistent error messaging. --- 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.