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/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=commitdiff_plain;h=87e07e4f2e412215019c2526430d47b26e1aafa2;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.