Browse Source

HADOOP-15552. Addendum patch to fix the build break in Ozone File system.
Contributed by Anu Engineer.

Anu Engineer 6 years ago
parent
commit
d951af22b4

+ 1 - 1
hadoop-ozone/ozonefs/src/test/java/org/apache/hadoop/fs/ozone/contract/ITestOzoneContractGetFileStatus.java

@@ -50,7 +50,7 @@ public class ITestOzoneContractGetFileStatus
 
   @Override
   public void teardown() throws Exception {
-    getLog().info("FS details {}", getFileSystem());
+    getLogger().info("FS details {}", getFileSystem());
     super.teardown();
   }