Changeset 2115 for box/trunk/lib/common/BoxTime.cpp
- Timestamp:
- 28/03/2008 22:18:44 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/BoxTime.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/BoxTime.cpp
r1783 r2115 40 40 if (gettimeofday(&tv, NULL) != 0) 41 41 { 42 BOX_ ERROR("Failed to gettimeofday(), dropping"43 " precision: " << strerror(errno));42 BOX_LOG_SYS_ERROR("Failed to gettimeofday(), " 43 "dropping precision"); 44 44 } 45 45 else
Note: See TracChangeset
for help on using the changeset viewer.
