[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.0-266-g7ea7785
Thomas Sibley
trs at bestpractical.com
Wed May 11 11:09:37 EDT 2011
The branch, 4.0-trunk has been updated
via 7ea7785d3a71e64e278109bf40baad91772fd582 (commit)
from ccce4140663dc3a2aa539efe5931baea9613956d (commit)
Summary of changes:
lib/RT/Handle.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7ea7785d3a71e64e278109bf40baad91772fd582
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed May 11 11:08:37 2011 -0400
Don't be misleading in our debug messages
@Attributes are used for more than saved searches these days.
diff --git a/lib/RT/Handle.pm b/lib/RT/Handle.pm
index f47729b..aec532c 100644
--- a/lib/RT/Handle.pm
+++ b/lib/RT/Handle.pm
@@ -1005,7 +1005,7 @@ sub InsertData {
$RT::Logger->debug("done.");
}
if ( @Attributes ) {
- $RT::Logger->debug("Creating predefined searches...");
+ $RT::Logger->debug("Creating attributes...");
my $sys = RT::System->new(RT->SystemUser);
for my $item (@Attributes) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list