Changeset 205


Ignore:
Timestamp:
05/27/09 10:51:55 (15 years ago)
Author:
nanardon
Message:
  • don't output to STDOUT
File:
1 edited

Legend:

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

    r197 r205  
    143143                    ); 
    144144                    if (defined $res) { 
    145                         printf( 
     145                        warn sprintf( 
    146146                            "%s::%s::%s => %s (%s)\n", 
    147147                            $self->from->label, $otype, $uid, 
     
    188188    foreach ($self->to) { 
    189189        if (my $res = $_->sync_object($sobj)) { 
    190             print $_->label . " $uid ($otype) $res\n"; 
     190            warn $_->label . " $uid ($otype) $res\n"; 
    191191        } else { warn "error synching $uid ($otype) to " . $_->label . "\n"; } 
    192192    } 
Note: See TracChangeset for help on using the changeset viewer.