aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/intern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intern.cpp')
-rw-r--r--src/intern.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intern.cpp b/src/intern.cpp
index d92b142a..9030ef8a 100644
--- a/src/intern.cpp
+++ b/src/intern.cpp
@@ -38,8 +38,8 @@ static pthread_mutex_t intern_lock = PTHREAD_MUTEX_INITIALIZER;
static const wchar_t *intern_with_dup(const wchar_t *in, bool dup) {
if (!in) return NULL;
- // debug( 0, L"intern %ls", in );
- scoped_lock lock(intern_lock);
+ debug(5, L"intern %ls", in);
+ scoped_lock lock(intern_lock); //!OCLINT(has side effects)
const wchar_t *result;
#if USE_SET