=== modified file 'dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/util/ImportMetaDataTask.java' --- dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/util/ImportMetaDataTask.java 2013-03-20 11:24:42 +0000 +++ dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/util/ImportMetaDataTask.java 2013-06-09 09:53:35 +0000 @@ -82,9 +82,9 @@ { metaData = JacksonUtils.fromJson( inputStream, MetaData.class ); } - catch ( IOException e ) + catch ( IOException ex ) { - log.error( "(IOException) Unable to parse meta-data while reading input stream" ); + log.error( "(IOException) Unable to parse meta-data while reading input stream", ex ); return; } }