Skip to content

Commit 95165b0

Browse files
authored
Merge pull request #18 from geekli/fixlogging
Use `logger` instead of `logging`
2 parents 3a4616a + 33930b7 commit 95165b0

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)