diff --git a/statshandler.go b/statshandler.go index 0213a14..5784b55 100644 --- a/statshandler.go +++ b/statshandler.go @@ -169,7 +169,7 @@ func (h *statshandler) getKPIStats(subResponse *gnmi_pb.SubscribeResponse) *kpiS break } if !jHdrPresent { - h.jctx.config.InternalJtimon.csvLogger.Printf(fmt.Sprintf( + jLog(h.jctx, fmt.Sprintf( "Juniper header extension not present, available extensions: %v", extIds)) } }