From b7b3b09df8024dcbd375a519ef9c9aeb8bf51b3b Mon Sep 17 00:00:00 2001 From: varnit goyal Date: Mon, 14 Oct 2024 18:04:04 +0530 Subject: [PATCH] TP-5555 | md5 inclusion and frames log --- service/ErrorProcessor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {