Fix missing argument to debug call

This commit is contained in:
Ace Jones 2009-12-30 18:46:41 +01:00 committed by Julien BLACHE
parent ff03c2679d
commit 76fc069f22

View File

@ -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);