summaryrefslogtreecommitdiff
path: root/src/os_posix/os_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_posix/os_open.c')
-rw-r--r--src/os_posix/os_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_posix/os_open.c b/src/os_posix/os_open.c
index c6938dad9fd..9a0bff8df16 100644
--- a/src/os_posix/os_open.c
+++ b/src/os_posix/os_open.c
@@ -74,7 +74,7 @@ __wt_open(WT_SESSION_IMPL *session,
fd = -1;
path = NULL;
- WT_VERBOSE_RET(session, fileops, "%s: open", name);
+ WT_RET(__wt_verbose(session, WT_VERB_FILEOPS, "%s: open", name));
/* Increment the reference count if we already have the file open. */
matched = 0;