Changeset 1978


Ignore:
Timestamp:
03/28/17 14:41:38 (7 years ago)
Author:
nanardon
Message:

Improve err message

File:
1 edited

Legend:

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

    r1928 r1978  
    383383    $username or return; 
    384384    my $uobj = $self->get_object('user', $username) or do { 
    385         la_log(LA_ERR, "Cannot authenticate non existing user $username"); 
     385        la_log(LA_ERR, "Cannot authenticate non existing SQL user $username"); 
    386386        return; 
    387387    }; 
Note: See TracChangeset for help on using the changeset viewer.