mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 10:09:32 +00:00
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 void scheduleDownloadRemote( String repositoryId, boolean now, boolean fu
|
||||
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…
x
Reference in New Issue
Block a user