summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/exec/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c
index fc8c8ec9..f9450210 100644
--- a/plugins/exec/exec.c
+++ b/plugins/exec/exec.c
@@ -123,6 +123,6 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi
 int
 xchat_plugin_deinit (void)
 {
-	xchat_print (ph, "%s plugin unloaded\n", name);
+	xchat_printf (ph, "%s plugin unloaded\n", name);
 	return 1;
 }