[Pkg-bitcoin-commits] [python-quamash] 42/269: Disable chatty logging

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 8dc43966af5d3fda73cadce8cbad938a5dad3c2e
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Wed Jul 2 20:11:36 2014 +0200

    Disable chatty logging
---
 quamash/_windows.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/quamash/_windows.py b/quamash/_windows.py
index 62459ba..ca36be6 100644
--- a/quamash/_windows.py
+++ b/quamash/_windows.py
@@ -44,8 +44,8 @@ class _IocpProactor(windows_events.IocpProactor):
 				raise ValueError("timeout too big")
 
 		while True:
-			self._logger.debug('Polling IOCP with timeout {} ms in thread {}...'.format(
-				ms, threading.get_ident()))
+			# self._logger.debug('Polling IOCP with timeout {} ms in thread {}...'.format(
+			# 	ms, threading.get_ident()))
 			status = _overlapped.GetQueuedCompletionStatus(self._iocp, ms)
 
 			if status is None:
@@ -68,4 +68,4 @@ class _IocpProactor(windows_events.IocpProactor):
 
 			ms = 0
 
-selector_cls = _IocpProactor
\ No newline at end of file
+selector_cls = _IocpProactor

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list