[Rt-commit] r6691 - rt/branches/3.6-RELEASE/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Sat Dec 23 21:19:48 EST 2006


Author: ruz
Date: Sat Dec 23 21:19:47 2006
New Revision: 6691

Modified:
   rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm

Log:
* adjust error message so it's clear that we report an user's id

Modified: rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm	Sat Dec 23 21:19:47 2006
@@ -304,7 +304,7 @@
     $args{EquivObjects} = [ @{ $args{EquivObjects} } ] if $args{EquivObjects};
 
     if ( $self->Disabled ) {
-        $RT::Logger->error( "Disabled User:  "
+        $RT::Logger->error( "Disabled User #"
               . $self->id
               . " failed access check for "
               . $args{'Right'} );


More information about the Rt-commit mailing list