Skip to content

Commit efe331f

Browse files
committed
modify the crash reporting api for rasp-java
1 parent cbcd5ea commit efe331f

File tree

1 file changed

+1
-1
lines changed
  • cloud/src/rasp-cloud/controllers/agent

1 file changed

+1
-1
lines changed

cloud/src/rasp-cloud/controllers/agent/crash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func sendCrashEmailAlarm(crashLogContent []byte, fileName string, app *models.Ap
125125
emailAddr.Name = "OpenRASP"
126126
}
127127
}
128-
subject := "OpenRASP Java agent crashed on " + rasp.HostName
128+
subject := "OpenRASP agent crashed on " + rasp.HostName
129129
boundary := "OpenRASPCrashLogData"
130130
head := map[string]string{
131131
"From": emailAddr.String(),

0 commit comments

Comments
 (0)