diff --git a/cloudron.js b/cloudron.js index d095749..5dfe58f 100644 --- a/cloudron.js +++ b/cloudron.js @@ -119,6 +119,8 @@ Cloudron.prototype.activate = function (user) { if (res.statusCode === 409) { debug('Response error statusCode:%s error:%s body:%j', res.statusCode, res.error, res.body); throw new Error('Cloudron already activated! This should not happen'); + } else { + debug('Response error will retry. statusCode:%s error:%s body:%j', res.statusCode, res.error, res.body); } }