Changeset 477


Ignore:
Timestamp:
10/04/09 04:36:54 (15 years ago)
Author:
nanardon
Message:
  • fix log message
File:
1 edited

Legend:

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

    r474 r477  
    449449    if ($auth) { 
    450450        $self->{_user} = $username; 
    451         la_log(LA_DEBUG, "Connect as $username"); 
     451        la_log(LA_DEBUG, "Connected as $username"); 
    452452    } 
    453453    return $auth; 
     
    464464        } 
    465465        my $res = $self->{_acls}->check($obj, $attr, $perm, $who, $groups); 
    466         $self->log(LA_NOTICE, 'permission denied for "%s" to get %s.%s for %s', 
     466        $self->log(LA_INFO, 'permission denied for "%s" to get %s.%s for %s', 
    467467           $who, ref $obj ? $obj->id . '(' . $obj->type . ')' : $obj, $attr, $perm) if (!$res); 
    468468        return $res; 
Note: See TracChangeset for help on using the changeset viewer.