Skip to content
Snippets Groups Projects
Commit 39357c4d authored by kruthar's avatar kruthar
Browse files

[core] printing stackTrace on property parse error

parent 9f27744d
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@ public class OneMeasurementHdrHistogram extends OneMeasurement {
// then calculate and return the default set.
System.err.println("[WARN] Couldn't read " + PERCENTILES_PROPERTY + " value: '" + percentileString +
"', the default of '" + PERCENTILES_PROPERTY_DEFAULT + "' will be used.");
e.printStackTrace();
return getPercentileValues(PERCENTILES_PROPERTY_DEFAULT);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment