Skip to content

Commit 0a57ed2

Browse files
committed
Just log the message.
1 parent 4633106 commit 0a57ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python/source/com/ibm/wala/cast/python/client/PythonAnalysisEngine.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public IClassHierarchy buildClassHierarchy() {
168168
try {
169169
Util.checkForFrontEndErrors(cha);
170170
} catch (WalaException e) {
171-
logger.log(Level.WARNING, e, () -> "Encountered WALA exception: " + e);
171+
logger.log(Level.WARNING, e, () -> "Encountered WALA exception: " + e.getLocalizedMessage());
172172
}
173173

174174
setClassHierarchy(cha);

0 commit comments

Comments
 (0)