this should be a dbg, not an err

This commit is contained in:
Chris Jones 2008-12-11 08:13:02 +00:00
parent 6fcd3c92e2
commit 653a2ef5e1
1 changed files with 1 additions and 1 deletions

View File

@ -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):