Author: chabotc
Date: Wed Oct 15 16:59:54 2008
New Revision: 705101

URL: http://svn.apache.org/viewvc?rev=705101&view=rev
Log:
woops, debug statement ended up in the commit

Modified:
    incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php

Modified: incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php?rev=705101&r1=705100&r2=705101&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php 
(original)
+++ incubator/shindig/trunk/php/src/gadgets/servlet/MetadataServlet.php Wed Oct 
15 16:59:54 2008
@@ -64,7 +64,7 @@
                                }
                                $request = json_decode($requestParam);
                                if ($request == $requestParam) {
-                                       throw new Exception("Malformed json 
string: $requestParam");
+                                       throw new Exception("Malformed json 
string");
                                }
                                $handler = new MetadataHandler();
                                $response = $handler->process($request);


Reply via email to