From: Mike Orr Date: Wed, 21 May 2014 11:54:22 +0000 (-0400) Subject: cleanup exception text X-Git-Tag: rocksdb-3.1~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=591f71285c1349fc6b6d2a113b360d0d2da46cf6;p=rocksdb.git cleanup exception text --- diff --git a/util/env_hdfs.cc b/util/env_hdfs.cc index 6b6d56c0..1618e546 100644 --- a/util/env_hdfs.cc +++ b/util/env_hdfs.cc @@ -501,7 +501,7 @@ Status HdfsEnv::CreateDirIfMissing(const std::string& name) { return CreateDir(name); default: // anything else should be an error Log(mylog, "CreateDirIfMissing hdfsExists call failed"); - throw HdfsFatalException("3. hdfsExists call failed with error " + + throw HdfsFatalException("hdfsExists call failed with error " + std::to_string(value) + ".\n"); } };