[Rt-commit] r6415 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sun Nov 12 15:50:24 EST 2006


Author: ruz
Date: Sun Nov 12 15:50:24 2006
New Revision: 6415

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

Log:
 r4134 at cubic-pc:  cubic | 2006-11-12 22:22:29 +0300
 * drop object reference reporting into log, as it's useless


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/URI.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/URI.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/URI.pm	Sun Nov 12 15:50:24 2006
@@ -134,7 +134,7 @@
 	$scheme = $1;
     }
     else {
-        $RT::Logger->warning("$self Could not determine a URI scheme for $uri");
+        $RT::Logger->warning("Could not determine a URI scheme for $uri");
         return (undef);
     }
      


More information about the Rt-commit mailing list