Skip to content

Commit

Permalink
use more professional phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinated92 committed Oct 3, 2024
1 parent d0896f2 commit c628c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ func (repman *ReplicationManager) LogPanicToFile(r interface{}) {
repman.Logrus.WithFields(logrus.Fields{
"panic": r,
"stacktrace": string(debug.Stack()),
}).Error("App crashed")
}).Error("Application terminated unexpectedly")
}

0 comments on commit c628c7c

Please sign in to comment.