diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-04-08 17:43:17 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-04-08 17:43:17 +0200 |
| commit | 62919cfbd5ed0d3a19ca96ccb6508db1bae2f8d8 (patch) | |
| tree | 8b6ef3c3cd68c63aa623cdb4dbfb0252bbbbc7d2 /src/lib | |
| parent | fcb0620a371475f154a5a1fb91a319ff3483ca0d (diff) | |
| download | abrt-62919cfbd5ed0d3a19ca96ccb6508db1bae2f8d8.tar.gz abrt-62919cfbd5ed0d3a19ca96ccb6508db1bae2f8d8.tar.xz abrt-62919cfbd5ed0d3a19ca96ccb6508db1bae2f8d8.zip | |
abrt-action-print: add -r option which records reported_to
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/event_xml_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
