[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-417-g1efe5ef
Shawn Moore
sartak at bestpractical.com
Mon Aug 16 21:52:17 EDT 2010
The branch, 3.9-trunk has been updated
via 1efe5efa84a7ec07ec8c8c6e91c41297612834e7 (commit)
from 319a0f1d8eac5db471e649443c539b4cc6942e46 (commit)
Summary of changes:
lib/RT/Queue_Overlay.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1efe5efa84a7ec07ec8c8c6e91c41297612834e7
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Aug 16 21:54:16 2010 -0400
Fix error message since this is about a queue not a ticket
diff --git a/lib/RT/Queue_Overlay.pm b/lib/RT/Queue_Overlay.pm
index a99a601..c020b1c 100755
--- a/lib/RT/Queue_Overlay.pm
+++ b/lib/RT/Queue_Overlay.pm
@@ -676,7 +676,7 @@ sub _CreateQueueGroups {
Type => $type,
Domain => 'RT::Queue-Role');
unless ($id) {
- $RT::Logger->error("Couldn't create a Queue group of type '$type' for ticket ".
+ $RT::Logger->error("Couldn't create a Queue group of type '$type' for queue ".
$self->Id.": ".$msg);
return(undef);
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list