Skip to content

Commit 8a67c43

Browse files
committed
Removed forgotten debug message
1 parent bafe30e commit 8a67c43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/shared_memory.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,8 @@ namespace IPC {
175175
--isLocked;
176176
if (!isLocked){
177177
uint64_t micros = Util::getMicros(lockTime);
178-
if (micros > 500){
178+
if (micros > 10000){
179179
INFO_MSG("Semaphore %s was locked for %.3f ms", myName.c_str(), (double)micros/1000.0);
180-
BACKTRACE;
181180
}
182181
}
183182
}

0 commit comments

Comments
 (0)