diff --git a/src/core/services/ldr_ro.cpp b/src/core/services/ldr_ro.cpp index a3594c18..2ad62d99 100644 --- a/src/core/services/ldr_ro.cpp +++ b/src/core/services/ldr_ro.cpp @@ -853,7 +853,7 @@ public: } if (currentCROPointer == 0) { - Helpers::warn("Unable to find import module %s\n", importModuleName.c_str()); + Helpers::warn("Unable to find import module \"%s\"", importModuleName.c_str()); } }