Fix typo in logging.

This commit is contained in:
Koen Kanters
2018-12-22 00:15:33 +01:00
committed by GitHub
parent d3f705162d
commit ecf64c8058
+1 -1
View File
@@ -71,7 +71,7 @@ class Groups {
if (error) {
logger.error(`Failed to ${topic.type} ${ieeeAddr} from ${topic.friendly_name}`);
} else {
logger.error(`Succesfully ${topic.type} ${ieeeAddr} to ${topic.friendly_name}`);
logger.info(`Successfully ${topic.type} ${ieeeAddr} to ${topic.friendly_name}`);
}
};