mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 03:22:31 -05:00
Fix missing argument to debug call
This commit is contained in:
parent
ff03c2679d
commit
76fc069f22
@ -1488,7 +1488,7 @@ daap_reply_playlists(struct evhttp_request *req, struct evbuffer *evbuf, char **
|
||||
}
|
||||
}
|
||||
|
||||
DPRINTF(E_DBG, L_DAAP, "Done with playlist list, %d playlists\n");
|
||||
DPRINTF(E_DBG, L_DAAP, "Done with playlist list, %d playlists\n", npls);
|
||||
|
||||
free(meta);
|
||||
evbuffer_free(playlist);
|
||||
|
Loading…
x
Reference in New Issue
Block a user