mirror of https://github.com/apache/archiva.git
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:
parent
67b0a5a62a
commit
1a22af4dd6
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue