[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-112-g4409d6e

Jesse Vincent jesse at bestpractical.com
Wed Jul 14 14:20:44 EDT 2010


The branch, 3.8-trunk has been updated
       via  4409d6eab940357c04cb4e4c0b57ee82f1b0560d (commit)
      from  2818c1176b1ffa8b91527b3ffb62d7ab8b7f926e (commit)

Summary of changes:
 lib/RT/Config.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 4409d6eab940357c04cb4e4c0b57ee82f1b0560d
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Jul 14 20:21:40 2010 +0200

    Drop the RTAddressRegexp down to a debug message so it stops complaining
    on any script being run on every RT instance on the planet.

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index 051117a..7e7a659 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -354,7 +354,7 @@ our %META = (
             my $value = $self->Get('RTAddressRegexp');
             return if $value;
 
-            $RT::Logger->error(
+            $RT::Logger->debug(
                 'The RTAddressRegexp option is not set in the config.'
                 .' Not setting this option results in additional SQL queries to'
                 .' check whether each address belongs to RT or not.'

-----------------------------------------------------------------------


More information about the Rt-commit mailing list