mcconnell 2003/02/17 04:13:50
Modified: merlin/src/java/org/apache/avalon/merlin/kernel/impl
DefaultKernel.java
Log:
Normalized logging messages.
Revision Changes Path
1.10 +7 -12
avalon-sandbox/merlin/src/java/org/apache/avalon/merlin/kernel/impl/DefaultKernel.java
Index: DefaultKernel.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/merlin/src/java/org/apache/avalon/merlin/kernel/impl/DefaultKernel.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DefaultKernel.java 16 Feb 2003 13:01:20 -0000 1.9
+++ DefaultKernel.java 17 Feb 2003 12:13:50 -0000 1.10
@@ -403,11 +403,6 @@
// we are now ready to assemble the block
//
- if( getLogger().isInfoEnabled() )
- {
- getLogger().info( "\n\ncommencing block construction phase\n" );
- }
-
DefaultBlockLoader loader = new DefaultBlockLoader();
try
{
@@ -432,7 +427,7 @@
if( getLogger().isInfoEnabled() )
{
- getLogger().info( "\n\ncommencing block installation phase\n" );
+ getLogger().info( "commencing block installation phase" );
}
if( getLogger().isDebugEnabled() )
@@ -458,7 +453,7 @@
if( getLogger().isInfoEnabled() )
{
- getLogger().info( "\n\ncommencing block assembly phase\n" );
+ getLogger().info( "commencing block assembly phase" );
}
try
@@ -491,7 +486,7 @@
{
if( getLogger().isInfoEnabled() )
{
- getLogger().info( "\n\ncommencing deployment phase\n" );
+ getLogger().info( "commencing deployment phase" );
}
if( m_block != null )
@@ -501,7 +496,7 @@
if( getLogger().isInfoEnabled() )
{
- getLogger().info( "\n\ndeployment complete\n" );
+ getLogger().info( "deployment complete" );
}
}
@@ -516,7 +511,7 @@
{
if( getLogger().isInfoEnabled() )
{
- getLogger().info( "\n\ncommencing decommissioning phase\n" );
+ getLogger().info( "commencing decommissioning phase" );
}
}
@@ -539,7 +534,7 @@
{
if( getLogger().isInfoEnabled() )
{
- getLogger().info( "\n\ncommencing termination phase\n" );
+ getLogger().info( "commencing termination phase" );
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]