Ignore:
Timestamp:
03/30/16 15:14:15 (8 years ago)
Author:
nanardon
Message:

Log module processing only when they are really run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/SyncManager.pm

    r1740 r1742  
    149149            return; 
    150150        }; 
    151         la_log LA_NOTICE, "Processing sync module %s (%s)", $module, $modtype; 
    152151        if (!$task->init) { 
    153152            la_log(LA_ERR, 'init() failed for module %s', $module); 
     
    157156        my $currentrev = $self->dbrev; 
    158157        $task->needToBeRun($self, $module) or return 1; 
     158 
     159        la_log LA_NOTICE, "Processing sync module %s (%s)", $module, $modtype; 
    159160 
    160161        my $res = $task->run; 
Note: See TracChangeset for help on using the changeset viewer.