added to exception info

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@528527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jesse McConnell 2007-04-13 15:34:18 +00:00
parent c440e1e291
commit c1cbf37fc6
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ public class ArtifactMissingChecksumsConsumer extends AbstractMonitoredConsumer
if ( includes.isEmpty() )
{
throw new InitializationException( "Unable to use " + getId() + " due to empty includes list." );
throw new InitializationException( "Unable to use " + getId() + " due to empty includes list. Check the configuration sources." );
}
}
}