Changeset 11534 for trunk/FACT++/src/DimWriteStatistics.cc
- Timestamp:
- 07/22/11 08:50:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimWriteStatistics.cc
r11318 r11534 72 72 //! @return the size of the file, in bytes 73 73 // 74 int64_t DimWriteStatistics::GetFileSizeOnDisk(const string& file )74 int64_t DimWriteStatistics::GetFileSizeOnDisk(const string& file, MessageImp &log) 75 75 { 76 76 errno = 0; … … 85 85 ostringstream str; 86 86 str << "stat() failed for '" << file << "': " << strerror(errno) << " [errno=" << errno << "]"; 87 fLog.Error(str);87 log.Error(str); 88 88 89 89 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.