summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/os_fstream.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/os_fstream.i')
-rw-r--r--src/third_party/wiredtiger/src/include/os_fstream.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/include/os_fstream.i b/src/third_party/wiredtiger/src/include/os_fstream.i
index 92274431011..a0ac4ef8b6a 100644
--- a/src/third_party/wiredtiger/src/include/os_fstream.i
+++ b/src/third_party/wiredtiger/src/include/os_fstream.i
@@ -49,8 +49,8 @@ static inline int
__wt_vfprintf(
WT_SESSION_IMPL *session, WT_FSTREAM *fstr, const char *fmt, va_list ap)
{
- WT_RET(__wt_verbose(
- session, WT_VERB_HANDLEOPS, "%s: handle-printf", fstr->name));
+ __wt_verbose(
+ session, WT_VERB_HANDLEOPS, "%s: handle-printf", fstr->name);
return (fstr->fstr_printf(session, fstr, fmt, ap));
}