summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index c6b9744ed4..d14b6468e0 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -155,7 +155,7 @@ static void plugin_check_open_close__exit(void)
155 if (open_files_bitmap_is_clear(&open_files_bitmap)) 155 if (open_files_bitmap_is_clear(&open_files_bitmap))
156 return; 156 return;
157 157
158 logf("Plugin '%s' leaks file handles", plugin); 158 logf("Plugin '%s' leaks file handles", current_plugin);
159 159
160 static const char *lines[] = 160 static const char *lines[] =
161 { ID2P(LANG_PLUGIN_ERROR), "#leak-file-handles" }; 161 { ID2P(LANG_PLUGIN_ERROR), "#leak-file-handles" };