[Rt-commit] r3209 - in rt/branches/3.4-RELEASE: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Thu Jun 16 12:39:22 EDT 2005
Author: jesse
Date: Thu Jun 16 12:39:21 2005
New Revision: 3209
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
Log:
r20714 at hualien: jesse | 2005-06-16 12:20:30 -0400
r20705 at hualien: jesse | 2005-06-16 12:11:06 -0400
r19183 at hualien (orig r3063): pdh | 2005-06-03 01:01:55 -0400
Misleading error referred to IsApplicable, not Commit
Modified: rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm Thu Jun 16 12:39:21 2005
@@ -512,7 +512,7 @@
$args{'TicketObj'}->Load( $args{'TicketObj'}->Id );
if ($@) {
- $RT::Logger->error( "Scrip IsApplicable " . $self->Id . " died. - " . $@ );
+ $RT::Logger->error( "Scrip Commit " . $self->Id . " died. - " . $@ );
return (undef);
}
More information about the Rt-commit
mailing list