From: Alan Knowles Date: Mon, 13 Sep 2010 05:01:42 +0000 (+0800) Subject: Pman.Request.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=930e5d9b56c3979ad9c008f05b43c60a418752e8 Pman.Request.js --- diff --git a/Pman.Request.js b/Pman.Request.js index 85387d02..13c2ab48 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -85,7 +85,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { var res = Roo.callback(options.failure, options.scope, [response, options]); if (res !== true) { Roo.MessageBox.hide(); // hide any existing messages.. - Roo.MessageBox.alert("Error", "Error Sending" + res); + Roo.MessageBox.alert("Error", "Error Sending" + JSON.stringify(res)); } } }); \ No newline at end of file