Skip to content

Commit f8d8299

Browse files
committed
fixed log message
1 parent 3355fac commit f8d8299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func internalQuery(
291291
if d.Details()&trace.QueryEvents == 0 {
292292
return nil
293293
}
294-
ctx := with(*info.Context, TRACE, "ydb", "query", "read", "rows")
294+
ctx := with(*info.Context, TRACE, "ydb", "query", "read", "result", "set")
295295
l.Log(ctx, "start")
296296
start := time.Now()
297297

0 commit comments

Comments
 (0)