Skip to content

Commit

Permalink
Removed forgotten debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulinma committed Oct 8, 2020
1 parent bafe30e commit 8a67c43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/shared_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ namespace IPC {
--isLocked;
if (!isLocked){
uint64_t micros = Util::getMicros(lockTime);
if (micros > 500){
if (micros > 10000){
INFO_MSG("Semaphore %s was locked for %.3f ms", myName.c_str(), (double)micros/1000.0);
BACKTRACE;
}
}
}
Expand Down

0 comments on commit 8a67c43

Please sign in to comment.