Skip to content

Commit

Permalink
Update ldr_ro.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
noumidev committed Sep 13, 2023
1 parent 29e3aa9 commit f2171ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/services/ldr_ro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ class CRO {
}

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());
}
}

Expand Down

0 comments on commit f2171ff

Please sign in to comment.