diff --git a/src/output.cpp b/src/output.cpp index 501d3ecd3..e1bcd7cdb 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -404,7 +404,7 @@ void outputter_t::writestr(const wchar_t *str) { size_t len = wcstombs(nullptr, str, 0); // figure amount of space needed if (len == static_cast(-1)) { - debug(1, L"Tried to print invalid wide character string"); + debug(3, L"Tried to print invalid wide character string"); return; }