Pārlūkot izejas kodu

Update notification.go

Alan Yeung 3 gadi atpakaļ
vecāks
revīzija
ee4cdd3116
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      notification.go

+ 1 - 1
notification.go

@@ -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)
 	}