From 4a053ba360229aecfde09160285f84484fc5fbcc Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 14 Oct 2021 13:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9panic=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/nodes/node.go b/internal/nodes/node.go index db400a4..42b083e 100644 --- a/internal/nodes/node.go +++ b/internal/nodes/node.go @@ -553,7 +553,7 @@ func (this *Node) handlePanic() { if err == nil { var index = bytes.Index(data, []byte("panic:")) if index >= 0 { - remotelogs.Error("NODE", "fatal error: "+string(data[index:])) + remotelogs.Error("NODE", "系统错误,请上报给开发者: "+string(data[index:])) } }