1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

context: fix shutdown log messages identifying the wrong thread

We are waiting for the status thread, not the progress thread.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2020-10-28 17:17:49 -04:00
Ursprung d1f1c386bc
Commit 5248985da0
+2 -2
Datei anzeigen
@@ -1043,8 +1043,8 @@ BeesContext::stop()
// XXX: nobody can see this BEESNOTE because we are killing the
// thread that publishes it
BEESNOTE("waiting for progress thread");
BEESLOGDEBUG("Waiting for progress thread");
BEESNOTE("waiting for status thread");
BEESLOGDEBUG("Waiting for status thread");
lock.lock();
m_stop_status = true;
m_stop_condvar.notify_all();