[Python-modules-commits] [pychromecast] 10/15: Small typo fix in socket client.
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sat Sep 12 12:30:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository pychromecast.
commit 59f54506792ff342e3c4c7f32d99c67a8b3abbb1
Author: Ryan Kraus <rmkraus at gmail.com>
Date: Sat Aug 29 15:50:25 2015 -0400
Small typo fix in socket client.
---
pychromecast/socket_client.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pychromecast/socket_client.py b/pychromecast/socket_client.py
index 10800a9..1d3b315 100644
--- a/pychromecast/socket_client.py
+++ b/pychromecast/socket_client.py
@@ -240,7 +240,7 @@ class SocketClient(threading.Thread):
message = self._read_message()
except socket.error:
self._force_recon = True
- self.logging.error('Error reading from socket.')
+ self.logger.error('Error reading from socket.')
else:
data = _json_from_message(message)
if not message:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pychromecast.git
More information about the Python-modules-commits
mailing list