Ignore:
Timestamp:
15/09/2008 21:15:22 (4 years ago)
Author:
chris
Message:

Improve wording of control command message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupctl/bbackupctl.cpp

    r2285 r2289  
    338338                                        { 
    339339                                                BOX_INFO("Control command " 
    340                                                         "succeeded: " << 
     340                                                        "sent: " << 
    341341                                                        commandName); 
    342342                                        } 
     
    347347                                        BOX_ERROR("Control command failed: " << 
    348348                                                commandName << ". Check " 
    349                                                 "command spelling"); 
     349                                                "command spelling."); 
    350350                                        returnCode = 1; 
    351351                                        finished = true; 
Note: See TracChangeset for help on using the changeset viewer.