Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-04-25 22:38:18 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-04-25 22:38:18 +0400
commitb44b8499d7aaff21c4f9d93a71612d95e7680520 (patch)
treed89ef3e87d81c0815597f1dfa3363608f4f6c28e /src/session.py
parentdf9a14f2a6db1335375b0cb9c733e76e04b2dda0 (diff)
XEP-0308 Last Message Correction support.
Diffstat (limited to 'src/session.py')
-rw-r--r--src/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.py b/src/session.py
index 8b41756a8..1f083efac 100644
--- a/src/session.py
+++ b/src/session.py
@@ -99,7 +99,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
sectext = _('The database file (%s) cannot be read. Try to '
'repair it (see http://trac.gajim.org/wiki/DatabaseBackup) '
'or remove it (all history will be lost).') % \
- common.logger.LOG_DB_PATH
+ gajim.logger.LOG_DB_PATH
gajim.nec.push_incoming_event(InformationEvent(None,
conn=self.conn, level='error', pri_txt=pritext,
sec_txt=sectext))