]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: prevent gitbuilder trigger in test-erasure-code.sh 1989/head
authorLoic Dachary <loic@dachary.org>
Wed, 18 Jun 2014 22:09:14 +0000 (00:09 +0200)
committerLoic Dachary <loic@dachary.org>
Wed, 18 Jun 2014 22:09:14 +0000 (00:09 +0200)
Use the INFO keywork instead of WARNING so that gitbuilder does not
confuse this with a warning worth fixing.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/tools/rados/rados.cc

index 85c7340a0ff5625c4d8876868c92a2c26f3c96f5..85a498b1918e26268b13fcfb124ab16de809db61 100644 (file)
@@ -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?