From a855ea60bbb140a2fef25997096c4f6e51d65d54 Mon Sep 17 00:00:00 2001 From: James Page Date: Sat, 10 Oct 2015 09:19:59 -0700 Subject: [PATCH] Normalize messages in actions --- actions/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/actions.py b/actions/actions.py index f8df69e..5c6c942 100755 --- a/actions/actions.py +++ b/actions/actions.py @@ -20,7 +20,7 @@ def pause(args): raise Exception("Failed to pause MySQL service.") status_set( "maintenance", - "Unit paused. Use 'resume' action to resume normal service.") + "Unit paused - use 'resume' action to resume normal service") def resume(args):