Changeset 2005


Ignore:
Timestamp:
04/28/17 10:54:48 (7 years ago)
Author:
nanardon
Message:

Fix log() call

File:
1 edited

Legend:

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

    r1992 r2005  
    584584        return $self->_InjectCryptPasswd($cryptpasswd); 
    585585    } else { 
    586         $self->base->log('Injecting unix crypt password is not supported'); 
     586        $self->base->log(LA_ERR, 'Injecting unix crypt password is not supported'); 
    587587        return; 
    588588    } 
Note: See TracChangeset for help on using the changeset viewer.