From b3cd1e06c6605990ea0a3ed816ff1e95c65d9f2b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 6 May 2013 13:00:57 +0200 Subject: [ABRT PATCH 7/7] don't show non critical errors in console notification closes #646 Signed-off-by: Jiri Moskovcak Signed-off-by: Richard Marko --- src/cli/abrt-console-notification.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/abrt-console-notification.sh b/src/cli/abrt-console-notification.sh index df02d05..cd4a779 100755 --- a/src/cli/abrt-console-notification.sh +++ b/src/cli/abrt-console-notification.sh @@ -11,4 +11,4 @@ fi date +%s > "$TMPPATH" mv "$TMPPATH" "$SINCEFILE" -abrt-cli status --since="$SINCE" +abrt-cli status --since="$SINCE" 2> /dev/null -- 1.8.1.4