https://bugzilla.wikimedia.org/show_bug.cgi?id=71894

Antoine "hashar" Musso (WMF) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Antoine "hashar" Musso (WMF) <[email protected]> ---
The message is logged from includes/User.php:

if ( $ipList ) {
    wfDebugLog( 'dnsblacklist', "Hostname $host is {$ipList[0]}, it's a proxy
says $base!" );
    $found = true;
    break;
} else {
    wfDebugLog( 'dnsblacklist', "Requested $host, not found in $base." );
}


If we supported different logging levels, we could make the first (match) to be
an info message instead of debug.


Meanwhile, working as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to