Changeset 1744 for trunk/LATMOS-Accounts


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

Add message at start en end of processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-sync-manager

    r1741 r1744  
    114114sub process { 
    115115     
     116    la_log LA_NOTICE, "Start processing modules"; 
    116117    my $pid = fork(); 
    117118     
     
    135136        } 
    136137    } 
     138    la_log LA_NOTICE, "End processing modules"; 
    137139    return 1; 
    138140} 
Note: See TracChangeset for help on using the changeset viewer.