summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Applet/Applet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp
index cd72ea1c..85ee0db8 100644
--- a/src/Applet/Applet.cpp
+++ b/src/Applet/Applet.cpp
@@ -100,6 +100,7 @@ static void Crash(DBusMessage* signal)
&& last_crash_id && strcmp(last_crash_id, crash_id) == 0
&& (unsigned)(cur_time - last_time) < 2 * 60 * 60
) {
+ log_msg("repeated crash in %s, not showing the notification", package_name);
return;
}
last_time = cur_time;