summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Anderson <dda@mongodb.com>2016-09-01 22:42:11 -0400
committerMichael Cahill <michael.cahill@mongodb.com>2016-09-02 12:42:11 +1000
commita2ac6fc18aab97ccb08cb2d658669f7a01a52db8 (patch)
treef0f4b35a20b061f3402474cf42378acc474c3eac
parent6c176ab7e856ac2c5df795622b83482111f0f6d6 (diff)
downloadmongo-a2ac6fc18aab97ccb08cb2d658669f7a01a52db8.tar.gz
WT-2883 Remove potentially recursive call for verbose handleops. (#3012)
-rw-r--r--src/include/os_fstream.i3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/os_fstream.i b/src/include/os_fstream.i
index c606a6f75c7..98d0622f346 100644
--- a/src/include/os_fstream.i
+++ b/src/include/os_fstream.i
@@ -49,9 +49,6 @@ static inline int
__wt_vfprintf(
WT_SESSION_IMPL *session, WT_FSTREAM *fstr, const char *fmt, va_list ap)
{
- __wt_verbose(
- session, WT_VERB_HANDLEOPS, "%s: handle-printf", fstr->name);
-
return (fstr->fstr_printf(session, fstr, fmt, ap));
}