diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-14 00:00:55 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-14 00:12:47 +0300 |
| commit | 41a72750f446484021b6c2d1d67b1feffe1b598c (patch) | |
| tree | c248b39cc8ef78730f1c7590f71c105155e018fa /src/client | |
| parent | 5856dfb84dfa5b973f9294ed4bfc9710de4e7a80 (diff) | |
rz_api_backend.js: misc
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/rz_api_backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rz_api_backend.js b/src/client/rz_api_backend.js index 2a3ea6dd..416e9708 100644 --- a/src/client/rz_api_backend.js +++ b/src/client/rz_api_backend.js @@ -25,7 +25,7 @@ define(['util', 'model/core'], function(util, model_core) { function on_error_wrapper(xhr, text_status, err_thrown) { // log wrap callback var err_msg = xhr.responseJSON && xhr.responseJSON.error; - console.error('ajax error: status: \'' + text_status + '\' error msg: ' + err_msg); + console.error('ajax error: status: \'' + text_status + '\' error-msg: ' + err_msg); if (on_error && typeof (on_error) === "function") { on_error(err_msg); } |
