[PATCH 4/4] hadoop: make listStatus quiet

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux