[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-305-gda90b2f
Shawn Moore
sartak at bestpractical.com
Mon Mar 29 11:05:13 EDT 2010
The branch, 3.8-trunk has been updated
via da90b2fd5b22d2fe6ad22481ecc54b99fd546f1e (commit)
from 947714494f9cde79953defb22ce4ff35cdf1b9ac (commit)
Summary of changes:
lib/RT/Config.pm | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit da90b2fd5b22d2fe6ad22481ecc54b99fd546f1e
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Mar 29 11:05:21 2010 -0400
Verbiage fixes for the RTAddressRegexp warnings
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index f552b0c..f8d121c 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -341,11 +341,11 @@ our %META = (
return if $value;
$RT::Logger->error(
- 'RTAddressRegexp option is not set in the config.'
- .' Not setting this option result in additional SQL queries to check'
- .' every address if it belongs to RT or not.'
- .' Especially important to set this option if RT recieves'
- .' emails on addresses that are not in DB or config.'
+ '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.'
+ .' It is especially important to set this option if RT recieves'
+ .' emails on addresses that are not in the database or config.'
);
},
},
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list