diff --git a/plugins/python/sudo_python_module.c b/plugins/python/sudo_python_module.c index 749ed1f775..80b8c57d48 100644 --- a/plugins/python/sudo_python_module.c +++ b/plugins/python/sudo_python_module.c @@ -365,7 +365,7 @@ python_sudo_conversation(PyObject *Py_UNUSED(self), PyObject *py_args, PyObject int rc = py_sudo_conv((int)num_msgs, msgs, replies, &callback); if (rc != 0) { PyErr_Format(sudo_exc_ConversationInterrupted, - "%s: conversation was interrupted", __func__, rc); + "%s: conversation was interrupted", __func__); goto cleanup; }