Repository: hbase
Updated Branches:
  refs/heads/master 1cbcf1175 -> 4c2e0d95d


 HBASE-14772 Improve zombie detector; be more discerning; ADDENDUM Add
 logging date when reporting all is well.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4c2e0d95
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4c2e0d95
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4c2e0d95

Branch: refs/heads/master
Commit: 4c2e0d95dc62ee42b3da820d751a11eb52ce0069
Parents: 1cbcf11
Author: stack <[email protected]>
Authored: Sun Nov 8 21:00:17 2015 -1000
Committer: stack <[email protected]>
Committed: Sun Nov 8 21:00:28 2015 -1000

----------------------------------------------------------------------
 dev-support/zombie-detector.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4c2e0d95/dev-support/zombie-detector.sh
----------------------------------------------------------------------
diff --git a/dev-support/zombie-detector.sh b/dev-support/zombie-detector.sh
index 56cce48..59a73f1 100755
--- a/dev-support/zombie-detector.sh
+++ b/dev-support/zombie-detector.sh
@@ -129,7 +129,7 @@ zombies () {
       # Exit with error
       exit 1
     else
-      echo "We're ok: there is no zombie test"
+      echo "`date` We're ok: there is no zombie test"
     fi
   fi
 }

Reply via email to