[Rt-commit] r6848 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2: lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Fri Jan 26 13:57:06 EST 2007


Author: ruz
Date: Fri Jan 26 13:57:06 2007
New Revision: 6848

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Principal_Overlay.pm

Log:
 r4326 at cubic-pc (orig r6691):  ruz | 2006-12-24 05:19:47 +0300
 * adjust error message so it's clear that we report an user's id


Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Principal_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Principal_Overlay.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/Principal_Overlay.pm	Fri Jan 26 13:57:06 2007
@@ -300,7 +300,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