diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index b214eafe..68fd53c2 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -499,7 +499,7 @@ text/plain err ('get_cwd: unable to get cwd of %d' % self._pid) cwd = '~' pass - err ('get_cwd found: %s'%cwd) + dbg ('get_cwd found: %s'%cwd) return (cwd) def reconfigure_vte (self):