fix log file path

This commit is contained in:
Yann Leboulanger 2010-02-05 21:56:18 +01:00
parent c3c5e68b1f
commit 71e97426e9
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if os.name == 'nt':
_file = None
_error = None
def write(self, text):
fname=os.path.join(common.configpaths.gajimpaths.root,
fname=os.path.join(common.configpaths.gajimpaths.cache_root,
os.path.split(sys.executable)[1]+'.log')
if self._file is None and self._error is None:
try: