diff --git a/service/ErrorProcessor.go b/service/ErrorProcessor.go index baa1c62..4fa0bb7 100644 --- a/service/ErrorProcessor.go +++ b/service/ErrorProcessor.go @@ -120,7 +120,7 @@ func (ep *ErrorProcessor) ProcessError(error []byte) { } output, err := symbolicator.SymbolicatorClient(command) - fmt.Printf("orignal frames %+v\n", frames) + fmt.Printf("orignal frames %s\n", string(frames)) fmt.Printf("frames %+v\n", output.Frames) if err != nil {