summaryrefslogtreecommitdiff
path: root/src/lib/j2k_encoder_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/j2k_encoder_thread.cc')
-rw-r--r--src/lib/j2k_encoder_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/j2k_encoder_thread.cc b/src/lib/j2k_encoder_thread.cc
index b6f927ceb..1754a0d94 100644
--- a/src/lib/j2k_encoder_thread.cc
+++ b/src/lib/j2k_encoder_thread.cc
@@ -51,7 +51,7 @@ J2KEncoderThread::stop()
} catch (std::exception& e) {
LOG_ERROR("join() threw an exception: {}", e.what());
} catch (...) {
- LOG_ERROR_NC("join() threw an exception");
+ LOG_ERROR("join() threw an exception");
}
}