From b322024ec047485b53bef0f1f60b350deb602fce Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 11 Mar 2013 16:10:54 +0100 Subject: [PATCH] rados_sync.cc: fix typo in error msg Signed-off-by: Danny Al-Gaaf --- src/rados_sync.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rados_sync.cc b/src/rados_sync.cc index 81c32a43cd7..5d4bae198f6 100644 --- a/src/rados_sync.cc +++ b/src/rados_sync.cc @@ -886,7 +886,7 @@ int rados_tool_sync(const std::map < std::string, std::string > &opts, IoCtxDistributor *io_ctx_dist = IoCtxDistributor::instance(); ret = io_ctx_dist->init(rados, pool_name.c_str(), num_threads); if (ret) { - cerr << ERR_PREFIX << "failed to initialize Radso io contexts." + cerr << ERR_PREFIX << "failed to initialize Rados io contexts." << std::endl; _exit(ret); } -- 2.47.3