Skip to content

Commit 6955abe

Browse files
committed
print reason if test_exhaust_cursor fails
1 parent d1e05cc commit 6955abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-mongoc-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ test_exhaust_cursor (void)
699699
END_IGNORE_DEPRECATIONS;
700700

701701
if (!r) {
702-
MONGOC_WARNING("Insert bulk failure: %s\n", error.message);
702+
printf("Insert bulk failure: %s\n", error.message);
703703
}
704704
assert(r);
705705
}

0 commit comments

Comments
 (0)