diff --git a/lib/extension/deviceBind.js b/lib/extension/deviceBind.js index ade66b32..6f0d68f4 100644 --- a/lib/extension/deviceBind.js +++ b/lib/extension/deviceBind.js @@ -79,7 +79,7 @@ class DeviceBind extends BaseExtension { } if (!attemptedToBindSomething) { - logger.error(`Nothing to bind from '${sourceName}' to '${targetName}'`); + logger.error(`Nothing to ${type} from '${sourceName}' to '${targetName}'`); this.mqtt.log(`device_${type}_failed`, {from: sourceName, to: targetName}); } }