diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-05-10 20:43:02 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-05-10 20:43:02 +0200 |
| commit | e027694734697f4aa27ed5858966f816de3d944e (patch) | |
| tree | 1effe53f5a8e8b8415e32f2ba63e927cebf4834c /src/lib | |
| parent | 60ed34c6de8b30624774c50cbb6bfc05740b4a1a (diff) | |
wizard: return control to analyze step if non-executed analyzers exist
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/event_xml_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/event_xml_parser.c b/src/lib/event_xml_parser.c index 9dc8eee1..5bf5f411 100644 --- a/src/lib/event_xml_parser.c +++ b/src/lib/event_xml_parser.c @@ -329,7 +329,7 @@ static void text(GMarkupParseContext *context, } if (strcmp(inner_element, DESCRIPTION_ELEMENT) == 0) { - VERB2 log("event description:'%s'", text_copy); + VERB3 log("event description:'%s'", text_copy); if (parse_data->attribute_lang != NULL) /* if it isn't for other locale */ { @@ -347,7 +347,7 @@ static void text(GMarkupParseContext *context, } if (strcmp(inner_element, LONG_DESCR_ELEMENT) == 0) { - VERB2 log("event long description:'%s'", text_copy); + VERB3 log("event long description:'%s'", text_copy); if (parse_data->attribute_lang != NULL) /* if it isn't for other locale */ { |
