Skip to content

Commit

Permalink
modify the crash reporting api for rasp-java
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyouyi1513 committed Dec 16, 2019
1 parent cbcd5ea commit efe331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/src/rasp-cloud/controllers/agent/crash.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func sendCrashEmailAlarm(crashLogContent []byte, fileName string, app *models.Ap
emailAddr.Name = "OpenRASP"
}
}
subject := "OpenRASP Java agent crashed on " + rasp.HostName
subject := "OpenRASP agent crashed on " + rasp.HostName
boundary := "OpenRASPCrashLogData"
head := map[string]string{
"From": emailAddr.String(),
Expand Down

0 comments on commit efe331f

Please sign in to comment.