summaryrefslogtreecommitdiff
path: root/linker/linker_mips.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linker/linker_mips.cpp')
-rw-r--r--linker/linker_mips.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker_mips.cpp b/linker/linker_mips.cpp
index 8520c17fe..02375c45d 100644
--- a/linker/linker_mips.cpp
+++ b/linker/linker_mips.cpp
@@ -67,7 +67,7 @@ bool soinfo::relocate(const VersionTracker& version_tracker,
ElfW(Addr) sym_addr = 0;
const char* sym_name = nullptr;
- DEBUG("Processing '%s' relocation at index %zd", get_realpath(), idx);
+ DEBUG("Processing \"%s\" relocation at index %zd", get_realpath(), idx);
if (type == R_GENERIC_NONE) {
continue;
}