Enhancement #1544: Log the ip of failed auth tries in error.log
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2091 152afb58-edef-0310-8abb-c4023f1b3aa9
log_error_write(srv,__FILE__,__LINE__,"sbb","password doesn't match for",con->uri.path,username);
log_error_write(srv,__FILE__,__LINE__,"sbbss","password doesn't match for",con->uri.path,username,", IP:",inet_ntop_cache_get_ip(srv,&(con->dst_addr)));