logging fix

This commit is contained in:
Jindra Petk
2013-06-05 21:43:23 +02:00
parent 448699da23
commit 66daf6fe8e

View File

@@ -584,9 +584,8 @@ public class Graph {
output.add(new ScriptEndItem());
}
} catch (Exception ex) {
//Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex);
throw ex;
//return ret;
Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex);
return ret;
}
}
if (part.nextParts.size() == 2) {