]> source.dussan.org Git - archiva.git/commitdiff
avoid using printStackTrace
authorOlivier Lamy <olamy@apache.org>
Sat, 2 Jun 2012 21:14:22 +0000 (21:14 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 2 Jun 2012 21:14:22 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1345577 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/plugins/metadata-store-file/src/main/java/org/apache/archiva/metadata/repository/file/FileMetadataRepository.java

index d23614f38062c43e5ef2257ff00e24774564e90f..d25324a113040ec106db47ed68d3104eb83a5a4a 100644 (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 );
         }
     }