fix missing logging of id

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1203407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-17 22:50:39 +00:00
parent 67b0a5a62a
commit 1a22af4dd6
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ public class DefaultDownloadRemoteIndexScheduler
if ( remoteRepository.isDownloadRemoteIndexOnStartup() )
{
log.info(
"remote repository {} configured with downloadRemoteIndexOnStartup schedule now a download" );
"remote repository {} configured with downloadRemoteIndexOnStartup schedule now a download",
remoteRepository.getId() );
taskScheduler.schedule(
new DownloadRemoteIndexTask( downloadRemoteIndexTaskRequest, this.runningRemoteDownloadIds ),
new Date() );