Changeset 1206
- Timestamp:
- 05/24/08 05:27:50 (13 years ago)
- Files:
-
- branches/libffado-2.0/src/libutil/PosixMutex.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/src/libutil/PosixMutex.cpp
r1204 r1206 120 120 debugError("Error locking the mutex: %d\n", err); 121 121 } 122 } else {123 debugWarning("(%p) lock collision\n", this);124 122 } 125 123 #else