Skip to content

Commit 86e4a4c

Browse files
committed
Fix wrong log message for command failed log entry
1 parent 64378f2 commit 86e4a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-structured-log-command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ mongoc_structured_log_command_failure (const char *command_name,
198198

199199
mongoc_structured_log (MONGOC_STRUCTURED_LOG_LEVEL_INFO,
200200
MONGOC_STRUCTURED_LOG_COMPONENT_COMMAND,
201-
"Command succeeded",
201+
"Command failed",
202202
mongoc_log_structured_build_command_failed_message,
203203
&command_log);
204204
}

0 commit comments

Comments
 (0)