]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
hadoop: make listStatus quiet
authorNoah Watkins <noahwatkins@gmail.com>
Wed, 9 Nov 2011 02:39:21 +0000 (18:39 -0800)
committerSage Weil <sage@newdream.net>
Wed, 9 Nov 2011 21:23:23 +0000 (13:23 -0800)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/client/hadoop/ceph/CephFileSystem.java

index 6889b021dfd7f9291c7daf24914dff6faa97b041..5f2fa59bef4b28e88d6251c3d99f7dd5a5606d4a 100644 (file)
@@ -346,7 +346,7 @@ public class CephFileSystem extends FileSystem {
    *         null if path does not exist.
    */
   public FileStatus[] listStatus(Path path) throws IOException {
-    LOG.warn("listStatus:enter with path " + path);
+    LOG.debug("listStatus:enter with path " + path);
     Path abs_path = makeAbsolute(path);
     Path[] paths = listPaths(abs_path);