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