From 62919cfbd5ed0d3a19ca96ccb6508db1bae2f8d8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 8 Apr 2011 17:43:17 +0200 Subject: abrt-action-print: add -r option which records reported_to Signed-off-by: Denys Vlasenko --- src/lib/event_xml_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/event_xml_parser.c') diff --git a/src/lib/event_xml_parser.c b/src/lib/event_xml_parser.c index 8bb89027..3e7faaf3 100644 --- a/src/lib/event_xml_parser.c +++ b/src/lib/event_xml_parser.c @@ -308,7 +308,7 @@ static void passthrough(GMarkupParseContext *context, gpointer user_data, GError **error) { - VERB2 log("passthrough"); + VERB3 log("passthrough"); } // Called on error, including one set by other -- cgit