summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-09-15 20:15:22 +0000
committerChris Wilson <chris+github@qwirx.com>2008-09-15 20:15:22 +0000
commitbc576dd26c39156a18b3db1abdef855ded0f8275 (patch)
treef169a7db449879db141092ccfa7a1702c6baf7fe /bin
parentdd920e4884ecc89993e68465f6b0503a07cd7103 (diff)
Improve wording of control command message.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupctl/bbackupctl.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}