mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
typo
This commit is contained in:
parent
29e56dbfb2
commit
ae3a5ec2f0
@ -148,7 +148,7 @@ Session* SessionManager::getNewSession(int* handle)
|
||||
mWorkingMutex.tryLock(500);
|
||||
}
|
||||
catch (Poco::TimeoutException &ex) {
|
||||
printf("[%s] exception timout mutex: %s\n", functionName, ex.displayText().data());
|
||||
printf("[%s] exception timeout mutex: %s\n", functionName, ex.displayText().data());
|
||||
return nullptr;
|
||||
}
|
||||
//mWorkingMutex.lock();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user