Skip to content

Commit

Permalink
Log stack on group add failure. #8027
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 14, 2021
1 parent 0974cbe commit a2bf9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extension/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class Groups extends Extension {
}
} catch (error) {
logger.error(`Failed to ${action} '${deviceName}' from '${groupName}'`);
logger.debug(error.stack);
}
};

Expand Down

0 comments on commit a2bf9c5

Please sign in to comment.