Bug#657626: [PATCH] make sure that error messages are also debug-printed.

2023-01-01 Thread Colin Watson
On Fri, Jan 27, 2012 at 04:09:11PM +0100, Matthijs Kooijman wrote: > Before, unknown commands or invalid commandlines could cause an error to > be sent to the confmodule, but not printed with DEBCONF_DEBUG=developer, > making debugging such an error hard. This patch was previously marked as pendin

Bug#657626: [PATCH] make sure that error messages are also debug-printed.

2012-01-27 Thread Matthijs Kooijman
Before, unknown commands or invalid commandlines could cause an error to be sent to the confmodule, but not printed with DEBCONF_DEBUG=developer, making debugging such an error hard. --- Debconf/ConfModule.pm |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Debconf/C