|
@@ -44,7 +44,7 @@ func notificationInit() {
|
|
|
})
|
|
|
|
|
|
if err != nil {
|
|
|
- systemWideLogger.PrintAndLog("Notification", "[Notification/SMTPN] Unable to start smtpn agent: "+err.Error(), nil)
|
|
|
+ systemWideLogger.PrintAndLog("Notification", "Unable to start smtpn agent: "+err.Error(), nil)
|
|
|
} else {
|
|
|
notificationQueue.RegisterNotificationAgent(smtpAgent)
|
|
|
}
|