fix blacklisting handling

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-12 03:09:02 +00:00
parent 8c49bbda97
commit 2fd4fb9918
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ public class DefaultRepositoryMetadataManager
{
if ( !wagonManager.isOnline() )
{
if ( !allowBlacklisting )
if ( allowBlacklisting )
{
getLogger().debug(
"System is offline. Cannot resolve metadata:\n" + metadata.extendedToString() + "\n\n" );