commit | a6fe1de935ee1e82c5c76afd42d9b4fd08afb141 | [log] [tgz] |
---|---|---|
author | David Morgan Spenser Savage <dsavage@apache.org> | Sun Aug 02 10:26:11 2009 +0000 |
committer | David Morgan Spenser Savage <dsavage@apache.org> | Sun Aug 02 10:26:11 2009 +0000 |
tree | 19c39b130f6d322e27a1cc5b6a10f51797858f00 | |
parent | 309371cd165d841ea18c28ad01ab5da92a688b76 [diff] |
minor debug enhancement git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@800018 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java b/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java index 3e2b54d..3c30d36 100644 --- a/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java +++ b/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java
@@ -84,7 +84,7 @@ File file = getObrlCache(); if ( !file.getParentFile().mkdirs() ) { - throw new IOException( "Failed to create obr cache" ); + throw new IOException( "Failed to create obr cache dir " + file.getParentFile() ); } out = new FileOutputStream( file ); stream( in, out );