You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2009/08/02 12:26:12 UTC

svn commit: r800018 - /felix/trunk/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java

Author: dsavage
Date: Sun Aug  2 10:26:11 2009
New Revision: 800018

URL: http://svn.apache.org/viewvc?rev=800018&view=rev
Log:
minor debug enhancement

Modified:
    felix/trunk/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java

Modified: felix/trunk/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java?rev=800018&r1=800017&r2=800018&view=diff
==============================================================================
--- felix/trunk/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java (original)
+++ felix/trunk/sigil/common/obr/src/org/apache/felix/sigil/obr/AbstractOBRBundleRepository.java Sun Aug  2 10:26:11 2009
@@ -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 );