We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81a076d + 8e36f5e commit 07f793fCopy full SHA for 07f793f
dataloader.go
@@ -426,7 +426,7 @@ func (b *batcher) batch(originalContext context.Context) {
426
const size = 64 << 10
427
buf := make([]byte, size)
428
buf = buf[:runtime.Stack(buf, false)]
429
- log.Printf("Dataloader: Panic received in batch function:: %v\n%s", panicErr, buf)
+ log.Printf("Dataloader: Panic received in batch function: %v\n%s", panicErr, buf)
430
}
431
}()
432
items = b.batchFn(ctx, keys)
0 commit comments