[Jifty-commit] r2178 - jifty/branches/template-declare/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Nov 18 19:19:52 EST 2006


Author: clkao
Date: Sat Nov 18 19:19:52 2006
New Revision: 2178

Modified:
   jifty/branches/template-declare/lib/Jifty/Dispatcher.pm

Log:
put warning into debug.

Modified: jifty/branches/template-declare/lib/Jifty/Dispatcher.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/Dispatcher.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/Dispatcher.pm	Sat Nov 18 19:19:52 2006
@@ -1125,7 +1125,8 @@
     eval { 
         my( $class,$codetemplate) = Jifty->handler->declare_handler->resolve_template($template);
         if ($class and $codetemplate) {
-            warn "Got $class, $template";
+            Jifty->log->debug( "Got $class, $template" );
+
             Jifty->handler->declare_handler->show($class => $codetemplate);
         } else {
             Jifty->handler->mason->handle_comp( $template ); 


More information about the Jifty-commit mailing list