diff options
| author | Mihail Zenkov <mihail.zenkov@gmail.com> | 2016-03-30 20:48:17 +0000 |
|---|---|---|
| committer | Mihail Zenkov <mihail.zenkov@gmail.com> | 2016-03-30 20:48:17 +0000 |
| commit | 25fc7f1860f31ae31f14f17449fae8105d21f628 (patch) | |
| tree | b37c7d0b741c2113ec22da01ee9c1906973bfa84 /apps/plugin.c | |
| parent | 7ba50cfdc1ffb484b17b23ed16d09cd8c591bd9a (diff) | |
| download | rockbox-25fc7f1860f31ae31f14f17449fae8105d21f628.zip rockbox-25fc7f1860f31ae31f14f17449fae8105d21f628.tar.gz rockbox-25fc7f1860f31ae31f14f17449fae8105d21f628.tar.bz2 rockbox-25fc7f1860f31ae31f14f17449fae8105d21f628.tar.xz | |
Fix broken logf
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
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" }; |