From bc576dd26c39156a18b3db1abdef855ded0f8275 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 15 Sep 2008 20:15:22 +0000 Subject: Improve wording of control command message. --- bin/bbackupctl/bbackupctl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/bbackupctl/bbackupctl.cpp b/bin/bbackupctl/bbackupctl.cpp index 27c79926..f55c689c 100644 --- a/bin/bbackupctl/bbackupctl.cpp +++ b/bin/bbackupctl/bbackupctl.cpp @@ -337,7 +337,7 @@ int main(int argc, const char *argv[]) if(!quiet) { BOX_INFO("Control command " - "succeeded: " << + "sent: " << commandName); } finished = true; @@ -346,7 +346,7 @@ int main(int argc, const char *argv[]) { BOX_ERROR("Control command failed: " << commandName << ". Check " - "command spelling"); + "command spelling."); returnCode = 1; finished = true; } -- cgit v1.2.3