Explorar o código

Update notification.go

Alan Yeung %!s(int64=3) %!d(string=hai) anos
pai
achega
ee4cdd3116
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	}