This commit is contained in:
Koen Kanters 2021-07-14 19:13:06 +02:00
parent 0974cbe08d
commit a2bf9c5d01

View File

@ -53,6 +53,7 @@ class Groups extends Extension {
}
} catch (error) {
logger.error(`Failed to ${action} '${deviceName}' from '${groupName}'`);
logger.debug(error.stack);
}
};