Show
Ignore:
Timestamp:
08/13/07 11:32:35 (1 year ago)
Author:
patrick
Message:

Fixed mis-ordered arguments to the clrOutBOLD() macro.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/gadgeteer/cluster/ClusterManager.cpp

    r20500 r20718  
    441441            { 
    442442               vprDEBUG(gadgetDBG_RIM, vprDBG_CRITICAL_LVL) 
    443                   << clrOutBOLD("ERROR", clrRED
     443                  << clrOutBOLD(clrRED, "ERROR"
    444444                  << ": Failed to send end block to " << (*i)->getName() 
    445445                  << std::endl << vprDEBUG_FLUSH; 
     
    481481            { 
    482482               vprDEBUG(gadgetDBG_RIM, vprDBG_CRITICAL_LVL) 
    483                   << clrOutBOLD("ERROR", clrRED
     483                  << clrOutBOLD(clrRED, "ERROR"
    484484                  << ": Failed to complete state update for " 
    485485                  << (*i)->getName() << std::endl << vprDEBUG_FLUSH;