added some debugging
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jun 2006 20:37:03 +0000 (20:37 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jun 2006 20:37:03 +0000 (20:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4659 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm

index 88a72bf..ac0f8f7 100644 (file)
@@ -187,7 +187,7 @@ sub simple_scalar_request {
        if(!$request->complete) {
                warn "request did not complete : service=$service : method=$method\n";
                throw OpenSRF::EX::ERROR 
-                       ("Call to $service for method $method with params @params" . 
+                       ("Call to $service for method $method with params ". Dumper(\@params) . 
                                "\n did not complete successfully");
        }