Ignore:
Timestamp:
07/24/09 17:59:16 (15 years ago)
Author:
nanardon
Message:
  • more debug messages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Utils.pm

    r261 r267  
    2929        ? (@$command) 
    3030        : ($command); 
     31    la_log(LA_DEBUG, 'running command `%s\'', join(' ', @exec)); 
    3132 
    3233    my $pid = fork; 
    3334    if (!defined($pid)) { 
    34         warn "Can't launch script: cannot fork"; 
     35        la_log(LA_ERR, "Can't launch script: cannot fork"); 
    3536    } elsif ($pid) { 
    3637        # Father 
Note: See TracChangeset for help on using the changeset viewer.