diff --git a/comment.py b/comment.py index 6ad6f5e..1841d1b 100755 --- a/comment.py +++ b/comment.py @@ -62,7 +62,7 @@ for name in config.get('network', 'hogs').split(','): logger.info("Adding Hog device at net# " + str(net)) servers[net] = udp_client.SimpleUDPClient(ip, port) except KeyError as e: - print('Error configuring button', b, e) + print('Error configuring net#', net, e) continue