SLIDER-240 Add log after verification passes

Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/e464bbad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/e464bbad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/e464bbad

Branch: refs/heads/feature/SLIDER-151_REST_API
Commit: e464bbadf0c9a395c3d0c1a610838f6e6269f94e
Parents: 05bf45d
Author: tedyu <yuzhih...@gmail.com>
Authored: Fri Aug 8 11:41:51 2014 -0700
Committer: tedyu <yuzhih...@gmail.com>
Committed: Fri Aug 8 11:41:51 2014 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/slider/common/tools/CoreFileSystem.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e464bbad/slider-core/src/main/java/org/apache/slider/common/tools/CoreFileSystem.java
----------------------------------------------------------------------
diff --git 
a/slider-core/src/main/java/org/apache/slider/common/tools/CoreFileSystem.java 
b/slider-core/src/main/java/org/apache/slider/common/tools/CoreFileSystem.java
index 93de4d9..9718be9 100644
--- 
a/slider-core/src/main/java/org/apache/slider/common/tools/CoreFileSystem.java
+++ 
b/slider-core/src/main/java/org/apache/slider/common/tools/CoreFileSystem.java
@@ -335,6 +335,7 @@ public class CoreFileSystem {
     }
     dst.delete();
     if (!found) throw new FileNotFoundException("file: " + file + " not found 
in " + path);
+    log.info("Verification of " + path + " passed");
   }
   /**
    * Create the application-instance specific temporary directory

Reply via email to