Révision 3150

tmp/org.txm.utils/src/org/txm/utils/zip/Zip.java (revision 3150)
636 636
			}
637 637
			Collections.sort(list);
638 638
		} catch (Exception e) {
639
			System.out.println("Fail to list files of " + zipFile + ": " + e);
639
			Log.warning("Fail to list files of " + zipFile + ": " + e);
640 640
			Log.printStackTrace(e);
641 641
			return new ArrayList<>();
642 642
		} finally {

Formats disponibles : Unified diff