mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix broken logf
This commit is contained in:
parent
7ba50cfdc1
commit
25fc7f1860
2 changed files with 2 additions and 2 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue