From 59e358ae25f84314afc6d8235aecaec124822f3f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 5 Dec 2025 21:36:53 +0100 Subject: Cleanup: can now remove the _NC log variants. --- src/lib/j2k_encoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/j2k_encoder.cc') diff --git a/src/lib/j2k_encoder.cc b/src/lib/j2k_encoder.cc index 97f190d17..19f6dbfaa 100644 --- a/src/lib/j2k_encoder.cc +++ b/src/lib/j2k_encoder.cc @@ -207,7 +207,7 @@ J2KEncoder::end() } lock.unlock (); - LOG_GENERAL_NC (N_("Terminating encoder threads")); + LOG_GENERAL (N_("Terminating encoder threads")); terminate_threads (); -- cgit v1.2.3