diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-10-07 15:28:01 +1100 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-10-07 15:28:01 +1100 |
commit | 6a31c2118cce88c68281eda2ca9ab1df915a2773 (patch) | |
tree | 21fb229070aa02ac8ad942254cfc516ece22a9d3 /src/async/async_worker.c | |
parent | fc0e7abe82595e579573d42448632f7b36a2d154 (diff) | |
parent | d6c7a001dded7b000a08d8675592f912ccdbab79 (diff) | |
download | mongodb-3.4.0-rc1.tar.gz |
Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc1
Diffstat (limited to 'src/async/async_worker.c')
-rw-r--r-- | src/async/async_worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async/async_worker.c b/src/async/async_worker.c index 401d0616eab..b1bc3902f7c 100644 --- a/src/async/async_worker.c +++ b/src/async/async_worker.c @@ -216,7 +216,7 @@ __async_worker_execop(WT_SESSION_IMPL *session, WT_ASYNC_OP_IMPL *op, break; case WT_AOP_NONE: WT_RET_MSG(session, EINVAL, - "Unknown async optype %d\n", op->optype); + "Unknown async optype %d", op->optype); } return (0); } |