summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/utilities/util_verbose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/utilities/util_verbose.c')
-rw-r--r--src/third_party/wiredtiger/src/utilities/util_verbose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/utilities/util_verbose.c b/src/third_party/wiredtiger/src/utilities/util_verbose.c
index 66c0420d986..7093d89ceaf 100644
--- a/src/third_party/wiredtiger/src/utilities/util_verbose.c
+++ b/src/third_party/wiredtiger/src/utilities/util_verbose.c
@@ -52,8 +52,8 @@ __handle_progress_verbose(
static WT_EVENT_HANDLER __event_handler_verbose = {
__handle_error_verbose, __handle_message_verbose, __handle_progress_verbose,
- NULL /* Close handler. */
-
+ NULL, /* Session close handler. */
+ NULL /* General handler. */
};
WT_EVENT_HANDLER *verbose_handler = &__event_handler_verbose;