Changeset 8849


Ignore:
Timestamp:
01/31/08 15:58:46 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/videodev/MVideo.cc

    r8845 r8849  
    161161    }
    162162
    163     gLog << inf << "Opening " << fPath << "..." << flush;
     163    gLog << all << "Opening " << fPath << "..." << flush;
    164164    do
    165165    {
     
    231231    Bool_t rc = kTRUE;
    232232
    233     gLog << inf << "Closing " << fPath << " (" << fFileDesc << ")... " << flush;
     233    gLog << all << "Closing " << fPath << " (" << fFileDesc << ")... " << flush;
    234234    if (fFileDesc != -1)
    235235    {
Note: See TracChangeset for help on using the changeset viewer.