make sure relevant information is logged with the exception

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2011-10-03 05:30:52 +00:00
parent c57c3b0284
commit 28cdacbf13
1 changed files with 1 additions and 1 deletions

View 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 );
}
}