[Mpuls-commits] r4565 - in base/trunk: . mpulsweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 3 17:22:07 CET 2011
Author: bh
Date: 2011-02-03 17:22:04 +0100 (Thu, 03 Feb 2011)
New Revision: 4565
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/model/case.py
Log:
* mpulsweb/model/case.py (MpulsCase.check_validity_for_ids): Fix
debug logging output.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2011-02-03 16:11:15 UTC (rev 4564)
+++ base/trunk/ChangeLog 2011-02-03 16:22:04 UTC (rev 4565)
@@ -1,5 +1,10 @@
2011-02-03 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/model/case.py (MpulsCase.check_validity_for_ids): Fix
+ debug logging output.
+
+2011-02-03 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/model/case.py (MpulsCase.check_validity_for_ids):
Rename check_validity_for_id to check_validity_for_ids and make
the parameter a sequence of case ids so that multiple cases can be
Modified: base/trunk/mpulsweb/model/case.py
===================================================================
--- base/trunk/mpulsweb/model/case.py 2011-02-03 16:11:15 UTC (rev 4564)
+++ base/trunk/mpulsweb/model/case.py 2011-02-03 16:22:04 UTC (rev 4565)
@@ -921,7 +921,7 @@
setter = TagSetter(tagconfig)
for caseid in caseids:
- log.debug('merge Tagging case: %s' % caseid)
+ log.debug('Tagging case: %s' % caseid)
setter.perform(caseid)
def getValidity(self):
More information about the Mpuls-commits
mailing list