diff options
Diffstat (limited to '')
| -rw-r--r-- | src/AsyncEventLoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AsyncEventLoop.cpp b/src/AsyncEventLoop.cpp index f11babb..12e0351 100644 --- a/src/AsyncEventLoop.cpp +++ b/src/AsyncEventLoop.cpp @@ -74,7 +74,7 @@ AsyncEventLoop::~AsyncEventLoop() { uv_run(loop, UV_RUN_DEFAULT); if (uv_loop_alive(loop) > 0) - qDebug() << "WARNING: Loop still has active handles!"; + qWarning() << "WARNING: Loop still has active handles!"; free(loop); loop = nullptr; |
