[Jifty-commit] r2700 - in jifty/trunk: lib/Jifty/Plugin/REST

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jan 28 22:17:23 EST 2007


Author: trs
Date: Sun Jan 28 22:17:23 2007
New Revision: 2700

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm

Log:
 r19265 at zot:  tom | 2007-01-28 22:17:12 -0500
 Squash warning


Modified: jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/REST/Dispatcher.pm	Sun Jan 28 22:17:23 2007
@@ -121,7 +121,7 @@
         }
     }
 
-    warn "Unable to handle object of type ", ref $obj, ", attempting to stringify.\n";
+    # Attempt to stringify as last resort
     return stringify( $obj );
 }
 


More information about the Jifty-commit mailing list