Removed forgotten debug message
This commit is contained in:
		
							parent
							
								
									bafe30e234
								
							
						
					
					
						commit
						8a67c43154
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -175,9 +175,8 @@ namespace IPC {
 | 
				
			||||||
    --isLocked;
 | 
					    --isLocked;
 | 
				
			||||||
    if (!isLocked){
 | 
					    if (!isLocked){
 | 
				
			||||||
      uint64_t micros = Util::getMicros(lockTime);
 | 
					      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);
 | 
					        INFO_MSG("Semaphore %s was locked for %.3f ms", myName.c_str(), (double)micros/1000.0);
 | 
				
			||||||
        BACKTRACE;
 | 
					 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue