Changeset 1596


Ignore:
Timestamp:
28/04/2007 18:37:01 (5 years ago)
Author:
chris
Message:

Fix formatting bugs. (refs #3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/bin/bbackupd/BackupDaemon.cpp

    r1550 r1596  
    301301                catch (BoxException &e) 
    302302                { 
    303                         BOX_ERROR("Failed to open command socket" <<  
     303                        BOX_ERROR("Failed to open command socket: " <<  
    304304                                e.what()); 
    305305                        SetTerminateWanted(); 
     
    308308                catch(std::exception &e) 
    309309                { 
    310                         BOX_ERROR("Failed to open command socket" << 
     310                        BOX_ERROR("Failed to open command socket: " << 
    311311                                e.what()); 
    312312                        SetTerminateWanted(); 
Note: See TracChangeset for help on using the changeset viewer.