From: Loic Dachary Date: Wed, 18 Jun 2014 22:09:14 +0000 (+0200) Subject: tests: prevent gitbuilder trigger in test-erasure-code.sh X-Git-Tag: v0.83~77^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1989%2Fhead;p=ceph.git tests: prevent gitbuilder trigger in test-erasure-code.sh Use the INFO keywork instead of WARNING so that gitbuilder does not confuse this with a warning worth fixing. Signed-off-by: Loic Dachary --- diff --git a/src/tools/rados/rados.cc b/src/tools/rados/rados.cc index 85c7340a0ff5..85a498b1918e 100644 --- a/src/tools/rados/rados.cc +++ b/src/tools/rados/rados.cc @@ -1367,7 +1367,7 @@ static int rados_tool_common(const std::map < std::string, std::string > &opts, const bool wrn = (op_size != (1<<22)); op_size = uint64_t((op_size + align - 1) / align) * align; if (wrn) - cerr << "WARNING: op_size has been rounded to " << op_size << std::endl; + cerr << "INFO: op_size has been rounded to " << op_size << std::endl; } // snapname?