Ignore:
Timestamp:
12/18/15 18:35:41 (8 years ago)
Author:
nanardon
Message:

Avoid undef warning

File:
1 edited

Legend:

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

    r1500 r1505  
    8181 
    8282    defined($newobj) or do { 
    83         $base->log(LA_DEBUG, "$pclass->new() returned undef for $otype / $id"); 
     83        $base->log(LA_DEBUG, "$pclass->new() returned undef for $otype / %s", $id || '(none)'); 
    8484        return; 
    8585    }; 
Note: See TracChangeset for help on using the changeset viewer.