logging fixes

This commit is contained in:
Ron Pedde
2004-04-13 04:27:04 +00:00
parent 6170df9af4
commit 6f5b8b6e96
2 changed files with 4 additions and 4 deletions

View File

@@ -276,7 +276,7 @@ void daap_handler(WS_CONNINFO *pwsc) {
ws_emitheaders(pwsc);
config_set_status(pwsc,session_id,"Streaming file '%s'",pmp3->fname);
DPRINTF(ERR_LOG,"Session %d: Streaming %s to %s\n",session_id,
DPRINTF(ERR_LOG,"Session %d: Streaming file '%s' to %s\n",session_id,
pmp3->fname, pwsc->hostname);
config.stats.songs_served++; /* FIXME: remove stat races */