diff -urN thttpd-2.21-8/libhttpd.c thttpd-2.21-9/libhttpd.c --- thttpd-2.21-8/libhttpd.c Thu Nov 22 16:04:05 2001 +++ thttpd-2.21-9/libhttpd.c Thu Nov 22 16:28:40 2001 @@ -894,7 +894,6 @@ m=rdr_bin_search(redir_list,rd_list_len, cp); if (m==-1) { - syslog(LOG_ERR,"Doesnt match\n"); return 1; } else @@ -3551,7 +3550,6 @@ expnlen = strlen( hc->expnfilename ); #ifdef REFERER_REDIR - syslog(LOG_ERR,"cheching rfr_rdr\n"); if ( referer_redirect(hc) == 0 ) return -1; #endif