mirror of https://github.com/apache/archiva.git
changed ordering of log when queueing tasks, it appears as if the task was queued again after it was executed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@815697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ee59dc910
commit
8604c2f389
|
@ -91,8 +91,8 @@ public class SchedulerAction
|
|||
{
|
||||
try
|
||||
{
|
||||
taskScheduler.queueRepositoryTask( task );
|
||||
addActionMessage( "Your request to have repository [" + repoid + "] be indexed has been queued." );
|
||||
taskScheduler.queueRepositoryTask( task );
|
||||
}
|
||||
catch ( TaskQueueException e )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue