Skip to content

Commit 69f1ca4

Browse files
committed
Manually re-merge 2bf973b
1 parent f12d54b commit 69f1ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoc/mongoc-stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ _mongoc_stream_writev_full (mongoc_stream_t *stream,
489489

490490
if (r != total_bytes) {
491491
bson_set_error (error, MONGOC_ERROR_STREAM, MONGOC_ERROR_STREAM_SOCKET,
492-
"Failure to send all requested bytes (only sent: %lld/%llu in %dms) during socket delivery",
492+
"Failure to send all requested bytes (only sent: %" PRId64 "/%" PRId64 " in %dms) during socket delivery",
493493
(long long)r, (unsigned long long)total_bytes, timeout_msec);
494494

495495
RETURN(false);

0 commit comments

Comments
 (0)