From 67fef9502468fcf64718a7ed8142d1aa9cc42725 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 4 Jul 2017 13:15:29 -0400 Subject: [PATCH] (fix) silence sogo-ealarms-notify verbose output (fixes #4170) Conflicts: Tools/SOGoEAlarmsNotifier.m --- Tools/SOGoEAlarmsNotifier.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/SOGoEAlarmsNotifier.m b/Tools/SOGoEAlarmsNotifier.m index 382e25675..4f358c399 100644 --- a/Tools/SOGoEAlarmsNotifier.m +++ b/Tools/SOGoEAlarmsNotifier.m @@ -196,6 +196,8 @@ NSString *credsFilename; int count, max; + [[SOGoProductLoader productLoader] loadAllProducts: NO]; + if ([[NSUserDefaults standardUserDefaults] stringForKey: @"h"]) { [self usage];