Skip to content

Commit 14eb5aa

Browse files
committed
CDRIVER-756: TRACE the errno, in case it is something, just not 'EGAIN'
1 parent 79e9b31 commit 14eb5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mongoc/mongoc-socket.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ _mongoc_socket_capture_errno (mongoc_socket_t *sock) /* IN */
288288
static bool
289289
_mongoc_socket_errno_is_again (mongoc_socket_t *sock) /* IN */
290290
{
291+
TRACE("errno is: %d", sock->errno_);
291292
return MONGOC_ERRNO_IS_AGAIN (sock->errno_);
292293
}
293294

0 commit comments

Comments
 (0)