diff options
-rw-r--r-- | apps/playback.c | 2 | ||||
-rw-r--r-- | apps/plugin.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/playback.c b/apps/playback.c index d1fe8ca0ea..8a25375fec 100644 --- a/apps/playback.c +++ b/apps/playback.c | |||
@@ -1704,7 +1704,7 @@ static bool audio_buffer_codec(struct track_info *track_info, | |||
1704 | 1704 | ||
1705 | if (track_info->codec_hid >= 0) | 1705 | if (track_info->codec_hid >= 0) |
1706 | { | 1706 | { |
1707 | logf("Buffered codec: %d", afmt); | 1707 | logf("Buffered codec: %d", track_info->codec_hid); |
1708 | return true; | 1708 | return true; |
1709 | } | 1709 | } |
1710 | 1710 | ||
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" }; |