mirror of https://github.com/apache/archiva.git
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:
parent
c57c3b0284
commit
28cdacbf13
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue