Loading go-apps/meep-loc-serv/server/convert.go +2 −2 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ func convertStringToConnectionType(conType string) ConnectionType { func convertProblemDetailstoJson(probdetails *ProblemDetails) string { jsonInfo, err := json.Marshal(*probdetails) if err != nil { log.Println(err.Error()) log.Error(err.Error()) return "" } return string(jsonInfo) Loading Loading
go-apps/meep-loc-serv/server/convert.go +2 −2 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ func convertStringToConnectionType(conType string) ConnectionType { func convertProblemDetailstoJson(probdetails *ProblemDetails) string { jsonInfo, err := json.Marshal(*probdetails) if err != nil { log.Println(err.Error()) log.Error(err.Error()) return "" } return string(jsonInfo) Loading