[ABRT PATCH 2/2] don't show non critical errors in console notification closes #646

Jiri Moskovcak jmoskovc at redhat.com
Mon May 6 11:00:57 UTC 2013


Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
---
 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



More information about the Crash-catcher mailing list