diff --git a/src/js/yunohost/helpers.js b/src/js/yunohost/helpers.js index d057de21..d5871d74 100644 --- a/src/js/yunohost/helpers.js +++ b/src/js/yunohost/helpers.js @@ -137,6 +137,7 @@ // Return HTTP error code at least else { var errorMessage = xhr.status+' '+xhr.statusText; + console.log(xhr); c.flash('fail', y18n.t('error_server_unexpected', [errorMessage])); }