HBASE-14772 Improve zombie detector; be more discerning; ADDENDUM Add

logging date when reporting all is well.
This commit is contained in:
stack 2015-11-08 21:00:17 -10:00
parent 1cbcf1175e
commit 4c2e0d95dc
1 changed files with 1 additions and 1 deletions

View File

@ -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
}