Skip to content

Commit 178bd15

Browse files
authored
Update HomeSeerUtilities.js
1 parent 8b0a961 commit 178bd15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/HomeSeerUtilities.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ checkConfig = function(config)
9393

9494
for (var i in config.accessories)
9595
{
96-
this.log(green("Checking config.json configuration data for accessory #: ")
97-
+ cyan(i+1) + green(", named: ") + cyan(config.accessories[i].name)
96+
this.log(green("Checking config.json configuration data for accessory named: ") + cyan(config.accessories[i].name)
9897
+ green(", of type: ") + cyan(config.accessories[i].type ));
9998

10099
if((config.accessories[i].type) && (!supportedType(config.accessories[i].type)) )

0 commit comments

Comments
 (0)