[lldb/bindings] Fix -Wformat after D88123

This commit is contained in:
Fangrui Song
2020-09-25 17:33:12 -07:00
parent a000580a89
commit 67782a0f99

View File

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