From d5dec5f7ec649a8f633b53b4f6029b51c98b19a5 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Wed, 7 Nov 2012 21:14:50 +0200 Subject: [PATCH] logging fix --- lib/logitech/unifying_receiver/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech/unifying_receiver/base.py b/lib/logitech/unifying_receiver/base.py index 6165b678..c02f08e0 100644 --- a/lib/logitech/unifying_receiver/base.py +++ b/lib/logitech/unifying_receiver/base.py @@ -273,7 +273,7 @@ def request(handle, devnumber, feature_index_function, params=b'', features=None if reply_code == 0x10 and reply_data[:1] == b'\x8F': # device not present - _log.debug("request ping failed: [%s]", devnumber, _hex(reply_data)) + _log.debug("device %d request ping failed: [%s]", devnumber, _hex(reply_data)) return None if reply_code == 0x11 and reply_data[0] == b'\xFF' and reply_data[1:3] == feature_index_function: