this should be a dbg, not an err
This commit is contained in:
parent
6fcd3c92e2
commit
653a2ef5e1
|
@ -499,7 +499,7 @@ text/plain
|
||||||
err ('get_cwd: unable to get cwd of %d' % self._pid)
|
err ('get_cwd: unable to get cwd of %d' % self._pid)
|
||||||
cwd = '~'
|
cwd = '~'
|
||||||
pass
|
pass
|
||||||
err ('get_cwd found: %s'%cwd)
|
dbg ('get_cwd found: %s'%cwd)
|
||||||
return (cwd)
|
return (cwd)
|
||||||
|
|
||||||
def reconfigure_vte (self):
|
def reconfigure_vte (self):
|
||||||
|
|
Loading…
Reference in New Issue