mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Rename E_INF to E_INFO
This commit is contained in:
@@ -352,7 +352,7 @@ defer_playlist(char *path)
|
||||
pl->next = playlists;
|
||||
playlists = pl;
|
||||
|
||||
DPRINTF(E_INF, L_SCAN, "Deferred playlist %s\n", path);
|
||||
DPRINTF(E_INFO, L_SCAN, "Deferred playlist %s\n", path);
|
||||
}
|
||||
|
||||
/* Thread: scan */
|
||||
|
||||
Reference in New Issue
Block a user