From 25fc7f1860f31ae31f14f17449fae8105d21f628 Mon Sep 17 00:00:00 2001 From: Mihail Zenkov Date: Wed, 30 Mar 2016 20:48:17 +0000 Subject: Fix broken logf --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') 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" }; -- cgit v1.1