summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-09-01 21:31:27 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-09-01 21:31:27 +0200
commitaaa4cb451c45407473b5ae5f55458e2e5559379c (patch)
treea75dc8f4c1c2fa7addad5329564d468bfb891004 /src
parent9e1a79fb29c45215e2a43e8f40eb0545b42bb14e (diff)
Typo.
Diffstat (limited to 'src')
-rw-r--r--src/Async.cc2
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)