Logging status from wrong object.

This commit is contained in:
Bryce Curtis 2011-02-03 21:11:06 -06:00
parent f848527c28
commit 36dd964ba4

View File

@ -529,7 +529,7 @@ PhoneGap.exec = function(success, fail, service, action, args) {
// If error, then display error // If error, then display error
else { 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 there is a fail callback, then call it now with returned value
if (fail) { if (fail) {