diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-01 21:31:27 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-01 21:31:27 +0200 |
commit | aaa4cb451c45407473b5ae5f55458e2e5559379c (patch) | |
tree | a75dc8f4c1c2fa7addad5329564d468bfb891004 | |
parent | 9e1a79fb29c45215e2a43e8f40eb0545b42bb14e (diff) |
Typo.
-rw-r--r-- | src/Async.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Async.cc b/src/Async.cc index 8db4f1b..afc1879 100644 --- a/src/Async.cc +++ b/src/Async.cc @@ -171,7 +171,7 @@ void Balau::AsyncManager::threadExit() { } void Balau::AsyncManager::stopAllWorkers() { - Printer::elog(E_ASYNC, "AsyncManager thread is being stopping and joining %i workers", m_numFinishers); + Printer::elog(E_ASYNC, "AsyncManager thread is stopping and joining %i workers", m_numFinishers); for (int i = 0; i < m_numFinishers; i++) m_finished.push(new AsyncStopper()); for (auto worker : m_workers) |