summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--action.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ea8cbd6..1a6223b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
---------------------------------------------------------------------------
Version 8.1.1 [devel] 2013-11-??
- mmaudit: now supports v8 output module interface and work again
+- bugfix: potential abort on startup in debug mode
+ This depends on template type being used. The root cause was a
+ non-necessary debug output, which were at the wrong spot (leftover from
+ initial testing).
+ Thanks to Pavel Levshin for alerting us and providing a patch
+ proposal.
---------------------------------------------------------------------------
Version 8.1.0 [devel] 2013-11-15
- rewritten core engine for higher performance and new features
diff --git a/action.c b/action.c
index e5003b04..8f5ae2af 100644
--- a/action.c
+++ b/action.c
@@ -860,7 +860,6 @@ dbgprintf("DDDDD: generating template #%d\n", i);
assert(0); /* software bug if this happens! */
break;
}
-dbgprintf("DDDDD: template #%d is: '%s'\n", i, iparams->staticActStrings[i]);
}
finalize_it: