[Pkg-bitcoin-commits] [python-quamash] 16/269: Add logging

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:11 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 e16eef47cf36dd55282fb469968b97bf2ae0b93f
Author: Arve Knudsen <arve.knudsen at gmail.com>
Date:   Mon Jun 30 10:27:15 2014 +0200

    Add logging
---
 quamash/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 68f598a..817e501 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -211,6 +211,7 @@ class QEventLoop(QtCore.QObject, _baseclass):
 
         def upon_timeout():
             self.__timers.remove(timer)
+            _logger.debug('Callback timer fired, calling {} with args {}'.format(callback, args))
             callback(*args)
 
         timer = QtCore.QTimer(self.__app)

-- 
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