summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_cache_pool.c
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-11-09 21:46:51 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-11-09 21:46:51 -0500
commit4d7a2c7dd8c29059a2f8b7f6c74aec9817e02de7 (patch)
tree42402ef263816679254a7d6211c4fb8d26aa1e78 /src/third_party/wiredtiger/src/conn/conn_cache_pool.c
parentec899cc692d4edfe128130fa5fc7d778e494dee7 (diff)
downloadmongo-4d7a2c7dd8c29059a2f8b7f6c74aec9817e02de7.tar.gz
Import wiredtiger-wiredtiger-2.4.0-275-gc4f14ea.tar.gz from wiredtiger branch develop
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_cache_pool.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_cache_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_cache_pool.c b/src/third_party/wiredtiger/src/conn/conn_cache_pool.c
index ba80ac15267..ee0148e29d9 100644
--- a/src/third_party/wiredtiger/src/conn/conn_cache_pool.c
+++ b/src/third_party/wiredtiger/src/conn/conn_cache_pool.c
@@ -633,7 +633,7 @@ __wt_cache_pool_server(void *arg)
}
if (0) {
-err: __wt_err(session, ret, "cache pool manager server error");
+err: WT_PANIC_MSG(session, ret, "cache pool manager server error");
}
return (NULL);
}