[Rt-commit] r5179 - in rt/branches/3.5-TESTING: html/REST/1.0/Forms/ticket

kevinr at bestpractical.com kevinr at bestpractical.com
Mon May 8 19:19:28 EDT 2006


Author: kevinr
Date: Mon May  8 19:19:27 2006
New Revision: 5179

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment

Log:
 r12465 at SAD-GIRL-IN-SNOW:  kevinr | 2006-05-01 19:24:23 -0400
 * Err, actually changed the warnings to debugs, as opposed to commenting them
 out.  Oops.


Modified: rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
==============================================================================
--- rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment	(original)
+++ rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment	Mon May  8 19:19:27 2006
@@ -55,8 +55,8 @@
 use RT::Interface::REST;
 use File::Temp qw(tempfile);
 
-#$RT::Logger->warning("Got ticket id=$id for comment");
-#$RT::Logger->warning("Got args @{[keys(%changes)]}.");
+$RT::Logger->debug("Got ticket id=$id for comment");
+$RT::Logger->debug("Got args @{[keys(%changes)]}.");
 
 my $ticket = new RT::Ticket $session{CurrentUser};
 my ($c, $o, $k, $e) = ("", [], {}, 0);


More information about the Rt-commit mailing list