Crank up debug a bit for handlers to help track down wl500g errors

This commit is contained in:
Ron Pedde 2007-04-18 03:12:42 +00:00
parent a6f8ce2cc3
commit a15eabbd76

View File

@ -1410,6 +1410,7 @@ int ws_findhandler(WS_PRIVATE *pwsp, WS_CONNINFO *pwsc,
}
ws_unlock_unsafe();
DPRINTF(E_DBG,L_WS,"Didn't find one!\n");
return -1;
}