From 653a2ef5e15ea59f42f37973cfb291643e49b4fc Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 11 Dec 2008 08:13:02 +0000 Subject: [PATCH] this should be a dbg, not an err --- terminatorlib/terminatorterm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):