mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
[lldb/bindings] Fix -Wformat after D88123
This commit is contained in:
@@ -532,7 +532,8 @@ LLDBSwigPythonCreateScriptedStopHook
|
||||
}
|
||||
else {
|
||||
error.SetErrorStringWithFormat("Class \"%s\" is missing the required "
|
||||
"handle_stop callback.");
|
||||
"handle_stop callback.",
|
||||
python_class_name);
|
||||
result.release();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user