Ignore:
Timestamp:
03/08/2007 00:29:31 (5 years ago)
Author:
chris
Message:

Convert most printf() and fprintf() calls to use logging framework
instead. (merges [1789])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/raidfile/RaidFileController.cpp

    r1683 r1790  
    103103        if(pconfig.get() == 0 || !err.empty()) 
    104104        { 
    105                 fprintf(stderr, "RaidFile configuation file errors:\n%s", 
    106                         err.c_str()); 
     105                BOX_ERROR("RaidFile configuration file errors: " << err); 
    107106                THROW_EXCEPTION(RaidFileException, BadConfigFile) 
    108107        } 
Note: See TracChangeset for help on using the changeset viewer.