Changeset 1202
- Timestamp:
- 05/23/08 08:05:40 (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
r1201 r1202 121 121 } 122 122 } else { 123 debugWarning("(%p) lock collision: %s got lock (from %s?)\n", 124 this, name1, name2); 123 debugWarning("(%p) lock collision\n", this); 125 124 } 126 125 #else