diff --git a/lib/units/device/plugins/group.js b/lib/units/device/plugins/group.js index 5302b33f..e22602e2 100644 --- a/lib/units/device/plugins/group.js +++ b/lib/units/device/plugins/group.js @@ -76,7 +76,7 @@ module.exports = syrup.serial() plugin.leave = function(reason) { return plugin.get() .then(function(group) { - log.important('No longer owned by "%s"', group.email) + log.important('No longer owned by "%s" (reason: %s)', group.email, reason) log.info('Unsubscribing from group channel "%s"', group.group) channels.unregister(group.group)