From: Noah Watkins <noahwatkins@xxxxxxxxx> Signed-off-by: Noah Watkins <noahwatkins@xxxxxxxxx> --- src/client/hadoop/ceph/CephFileSystem.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/client/hadoop/ceph/CephFileSystem.java b/src/client/hadoop/ceph/CephFileSystem.java index 00dc64b..95f2223 100644 --- a/src/client/hadoop/ceph/CephFileSystem.java +++ b/src/client/hadoop/ceph/CephFileSystem.java @@ -356,7 +356,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); -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html