From 71e97426e9ba58ecd6b44b9bb573dcf3ed17c456 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 5 Feb 2010 21:56:18 +0100
Subject: [PATCH] fix log file path

---
 src/gajim.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gajim.py b/src/gajim.py
index 30f0504ebc..bff8085a57 100644
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -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:
-- 
GitLab