Skip to content

Commit 33930b7

Browse files
committed
Use logger instead of logging
1 parent 3a4616a commit 33930b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def __init__(self, *args, **kwargs):
186186
if not self.stdout:
187187
self.stdout = self.stderr[0]
188188

189-
logging.debug('self.stdout for %s: \n%s' %
189+
logger.debug('self.stdout for %s: \n%s' %
190190
(' '.join(cmd), self.stdout))
191191

192192

0 commit comments

Comments
 (0)