summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-12-09 10:10:09 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2015-12-09 10:10:09 +1100
commit1e74691326fb323a45db62266486e37508152f13 (patch)
treec6e71c178f454913b5449e530413d493e4777807 /src
parent302802efa8939940a2b28af6b9f817795e5686ee (diff)
downloadmongo-1e74691326fb323a45db62266486e37508152f13.tar.gz
Lint
Diffstat (limited to 'src')
-rw-r--r--src/evict/evict_lru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evict/evict_lru.c b/src/evict/evict_lru.c
index 584631f56f8..a8979fa6231 100644
--- a/src/evict/evict_lru.c
+++ b/src/evict/evict_lru.c
@@ -729,7 +729,7 @@ __evict_request_walk_clear(WT_SESSION_IMPL *session)
/* An error is unexpected - flag the failure. */
if (ret != 0)
- __wt_err(session, ret, "Failed to clear eviction walk point\n");
+ __wt_err(session, ret, "Failed to clear eviction walk point");
return (ret);
}