Add debugging

This commit is contained in:
Ron Pedde
2003-11-14 19:19:18 +00:00
parent abf326c69e
commit a01e46d961
2 changed files with 19 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ void daap_handler(WS_CONNINFO *pwsc) {
}
if((!root)&&(!streaming)) {
DPRINTF(ERR_DEBUG,"Bad request -- root=%x, streaming=%d\n",root,streaming);
ws_returnerror(pwsc,400,"Invalid Request");
config_set_status(pwsc,session_id,NULL);
return;