瀏覽代碼

Update notification.go

Alan Yeung 3 年之前
父節點
當前提交
ee4cdd3116
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      notification.go

+ 1 - 1
notification.go

@@ -44,7 +44,7 @@ func notificationInit() {
 		})
 		})
 
 
 	if err != nil {
 	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 {
 	} else {
 		notificationQueue.RegisterNotificationAgent(smtpAgent)
 		notificationQueue.RegisterNotificationAgent(smtpAgent)
 	}
 	}