mcconnell 2002/12/16 20:58:33
Modified: assembly/src/java/org/apache/avalon/assembly/profile
ProfileManager.java
Log:
Enhanced logging messages.
Revision Changes Path
1.7 +4 -4
avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/profile/ProfileManager.java
Index: ProfileManager.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/assembly/src/java/org/apache/avalon/assembly/profile/ProfileManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ProfileManager.java 15 Dec 2002 17:48:39 -0000 1.6
+++ ProfileManager.java 17 Dec 2002 04:58:33 -0000 1.7
@@ -172,7 +172,7 @@
catch( Throwable e )
{
final String error =
- "Build error while attempting to create packaged profiles for type: "
+ "Unable to create packaged profiles for type: "
+ type.getInfo().getClassname();
throw new ProfileException( error, e );
}
@@ -297,12 +297,12 @@
if( flag )
{
getLogger().debug(
- "replace: " + profile );
+ "replace: " + profile + " " + profile.getMode() );
}
else
{
getLogger().debug(
- "add: " + profile );
+ "add: " + profile + " " + profile.getMode() );
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>