Changeset 8849
- Timestamp:
- 01/31/08 15:58:46 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/MVideo.cc
r8845 r8849 161 161 } 162 162 163 gLog << inf<< "Opening " << fPath << "..." << flush;163 gLog << all << "Opening " << fPath << "..." << flush; 164 164 do 165 165 { … … 231 231 Bool_t rc = kTRUE; 232 232 233 gLog << inf<< "Closing " << fPath << " (" << fFileDesc << ")... " << flush;233 gLog << all << "Closing " << fPath << " (" << fFileDesc << ")... " << flush; 234 234 if (fFileDesc != -1) 235 235 {
Note:
See TracChangeset
for help on using the changeset viewer.