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 c6b9744..d14b646 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -155,7 +155,7 @@ static void plugin_check_open_close__exit(void)
if (open_files_bitmap_is_clear(&open_files_bitmap))
return;
- logf("Plugin '%s' leaks file handles", plugin);
+ logf("Plugin '%s' leaks file handles", current_plugin);
static const char *lines[] =
{ ID2P(LANG_PLUGIN_ERROR), "#leak-file-handles" };