From 36dd964ba47d47fa48d4d246b2c18178fb7a669a Mon Sep 17 00:00:00 2001 From: Bryce Curtis Date: Thu, 3 Feb 2011 21:11:06 -0600 Subject: [PATCH] Logging status from wrong object. --- framework/assets/js/phonegap.js.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/assets/js/phonegap.js.base b/framework/assets/js/phonegap.js.base index 513a55b3..bd4bd5e5 100755 --- a/framework/assets/js/phonegap.js.base +++ b/framework/assets/js/phonegap.js.base @@ -529,7 +529,7 @@ PhoneGap.exec = function(success, fail, service, action, args) { // If error, then display error else { - console.log("Error: Status="+r.status+" Message="+v.message); + console.log("Error: Status="+v.status+" Message="+v.message); // If there is a fail callback, then call it now with returned value if (fail) {