From: Danny Al-Gaaf Date: Mon, 11 Mar 2013 15:10:54 +0000 (+0100) Subject: rados_sync.cc: fix typo in error msg X-Git-Tag: v0.60~106^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b322024ec047485b53bef0f1f60b350deb602fce;p=ceph.git rados_sync.cc: fix typo in error msg Signed-off-by: Danny Al-Gaaf --- 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); }