Skip to content

Commit 326d786

Browse files
committed
fixup! add quotes
1 parent fd6b6e8 commit 326d786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Expression/IRExecutionUnit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ lldb::addr_t IRExecutionUnit::FindSymbol(lldb_private::ConstString name,
972972
return *addr_or_err;
973973
} else {
974974
LLDB_LOG_ERROR(GetLog(LLDBLog::Expressions), addr_or_err.takeError(),
975-
"Failed to resolve function call label {1}: {0}",
975+
"Failed to resolve function call label '{1}': {0}",
976976
name.GetStringRef());
977977
return LLDB_INVALID_ADDRESS;
978978
}

0 commit comments

Comments
 (0)