binary log improvements
This commit is contained in:
@@ -163,7 +163,7 @@ bool stopThread(PIThread * t, bool hard) {
|
||||
return true;
|
||||
} else {
|
||||
t->stop();
|
||||
if (t->waitForFinish(10000)) {
|
||||
if (!t->waitForFinish(10000)) {
|
||||
t->terminate();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user