diff options
Diffstat (limited to 'bin/bbackupctl/bbackupctl.cpp')
-rw-r--r-- | bin/bbackupctl/bbackupctl.cpp | 4 |
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; } |