[Rt-commit] [svn] r1446 - in rt/branches/3.3-TESTING: . lib/RT
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Sep 8 01:24:35 EDT 2004
Author: jesse
Date: Wed Sep 8 01:24:34 2004
New Revision: 1446
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/lib/RT/Record.pm
Log:
r10180 at tinbook: jesse | 2004-09-08T05:18:46.031232Z
Fixed a debug message
Modified: rt/branches/3.3-TESTING/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Record.pm (original)
+++ rt/branches/3.3-TESTING/lib/RT/Record.pm Wed Sep 8 01:24:34 2004
@@ -1165,8 +1165,7 @@
my $direction;
if ( $args{'Base'} and $args{'Target'} ) {
- $RT::Logger->debug(
-"$self tried to delete a link. both base and target were specified\n" );
+ $RT::Logger->debug( "$self tried to create a link. both base and target were specified\n" );
return ( 0, $self->loc("Can't specifiy both base and target") );
}
elsif ( $args{'Base'} ) {
More information about the Rt-commit
mailing list