]> source.dussan.org Git - archiva.git/commitdiff
make sure relevant information is logged with the exception
authorBrett Porter <brett@apache.org>
Mon, 3 Oct 2011 05:30:52 +0000 (05:30 +0000)
committerBrett Porter <brett@apache.org>
Mon, 3 Oct 2011 05:30:52 +0000 (05:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178300 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-repository-layer/src/main/java/org/apache/archiva/repository/content/ManagedDefaultRepositoryContent.java

index 6018245bdf4ed64568577a4d62186a4f0582c4f0..2479aa90d1dfaef96e314f0a7c12285cad8bfb76 100644 (file)
@@ -78,7 +78,7 @@ public class ManagedDefaultRepositoryContent
         }
         else
         {
-            throw new ContentNotFoundException( "Unable to delete non-existing project directory." );
+            throw new ContentNotFoundException( "Unable to delete non-existing project directory: " + projectDir );
         }
     }