Skip to content

Commit b858cf7

Browse files
committed
generic message added to address Failed: out.sh issue
Signed-off-by: Robin Dubey <[email protected]>
1 parent 4dba0b3 commit b858cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icc/ICCencapsulator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public static void main(String[] args)
409409
doWork(new File_one_sh()); // one.sh
410410
}
411411
catch (FileNotFoundException e) {
412-
System.out.println("Failed: out.sh");
412+
System.out.println(e.getMessage());
413413
// ignore
414414
}
415415

0 commit comments

Comments
 (0)