avoid using printStackTrace

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1345577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-06-02 21:14:22 +00:00
parent eeed20ed36
commit e02d0cdc8b
1 changed files with 2 additions and 2 deletions

View File

@ -628,7 +628,7 @@ public class FileMetadataRepository
catch ( IOException e )
{
// TODO
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
log.error( e.getMessage(), e );
}
}
@ -733,7 +733,7 @@ public class FileMetadataRepository
catch ( IOException e )
{
// TODO
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
log.error( e.getMessage(), e );
}
}