]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
cleanup exception text
authorMike Orr <morr@derecho.io>
Wed, 21 May 2014 11:54:22 +0000 (07:54 -0400)
committerMike Orr <morr@derecho.io>
Wed, 21 May 2014 11:54:22 +0000 (07:54 -0400)
util/env_hdfs.cc

index 6b6d56c00f236004af9c7b2da309dad1ac6fca82..1618e54685ac3a670acbafd6b174ac8c1fc50b3c 100644 (file)
@@ -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");
   }
 };