From 8c9c685e3486768bc0d46e657d3deb6e7561964f Mon Sep 17 00:00:00 2001 From: David Rousselie Date: Tue, 4 Dec 2007 08:16:13 +0100 Subject: [PATCH] Correct log_file setting for test darcs-hash:20071204071613-86b55-d72e01d74756324b60a38f83dab0c802d3e2b7ce.gz --- src/jmc/jabber/command.py | 2 +- src/jmc/tests/jmc.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jmc/jabber/command.py b/src/jmc/jabber/command.py index 8b497b4..0b06336 100644 --- a/src/jmc/jabber/command.py +++ b/src/jmc/jabber/command.py @@ -46,7 +46,7 @@ class MailCommandManager(JCLCommandManager): #self.commands["jmc#retrieve-attachment"] = (False, command.account_node_re) self.commands["jmc#force-check"] = (False, command.account_node_re) - # Delayed for JMC 0.3.1 + # Delayed to JMC 0.3.1 def execute_retrieve_attachment_1(self, info_query, session_context, command_node, lang_class): # TODO : translate diff --git a/src/jmc/tests/jmc.conf b/src/jmc/tests/jmc.conf index 9671225..0db842c 100644 --- a/src/jmc/tests/jmc.conf +++ b/src/jmc/tests/jmc.conf @@ -17,7 +17,7 @@ db_url: %(type)s://%(host)s%(name)s [component] pid_file: /var/run/jabber/test_jmc.pid -log_file: /var/log/jabber/jmc.log +log_file: /tmp/jmc.log [jmc] mail_default_encoding: test_iso-8859-1