Ignore:
Timestamp:
10/31/10 22:48:19 (19 months ago)
Author:
jharrop
Message:

log error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java

    r1252 r1277  
    420420                } catch (Exception e) { 
    421421                        // TODO: handle exception 
    422                         e.printStackTrace();                     
     422                        //e.printStackTrace();   
     423                        log.error(e); 
    423424                } 
    424425                // Return the new package 
Note: See TracChangeset for help on using the changeset viewer.