HBASE-2889 Tool to look at HLogs -- parse and tail -f; added part 1, some fixup of hlog main

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@995222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-08 19:43:27 +00:00
parent 6e2d002734
commit 74066765bb
1 changed files with 1 additions and 1 deletions

View File

@ -1869,7 +1869,7 @@ public class HLog implements Syncable {
split(conf, logPath);
}
} catch (Throwable t) {
t.printStackTrace();
t.printStackTrace(System.err);
System.exit(-1);
}
}