From 693514304474039daa9b862d3e6b74fcb6d9edca Mon Sep 17 00:00:00 2001 From: jiyoungcheon Date: Sun, 5 Jan 2025 19:38:47 -0500 Subject: [PATCH] unixmilli->unixnano --- icshttp/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icshttp/handler.go b/icshttp/handler.go index 88a7545..135833c 100644 --- a/icshttp/handler.go +++ b/icshttp/handler.go @@ -218,7 +218,7 @@ func (s *ScenarioSession) BOTPFunc(w http.ResponseWriter, r *http.Request) { } agent := strings.SplitN(request.CallId, "@", 2) - l.Printf(icslog.LOG_LEVEL_INFO, -1, ">>>>>> DATA INFO[%d] - method [%s], agent [%s], token [%s] talk[%s]", time.Now().UnixMilli(), request.Method, agent, request.Token, request.TalkText) + l.Printf(icslog.LOG_LEVEL_INFO, -1, ">>>>>> DATA INFO[%d] - method [%s], agent [%s], token [%s] talk[%s]", time.Now().UnixNano(), request.Method, agent, request.Token, request.TalkText) response := new(Response) dnis := request.Dnis