Skip to Content.
Sympa Menu

notify-dpml - r1794 - trunk/main/transit/core/src/main/net/dpml/util

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1794 - trunk/main/transit/core/src/main/net/dpml/util
  • Date: Sun, 3 Dec 2006 07:00:20 +0100

Author: mcconnell
Date: 2006-12-03 07:00:20 +0100 (Sun, 03 Dec 2006)
New Revision: 1794

Modified:
trunk/main/transit/core/src/main/net/dpml/util/UnicastEventSource.java
Log:
move termination message from debug to trace

Modified:
trunk/main/transit/core/src/main/net/dpml/util/UnicastEventSource.java
===================================================================
--- trunk/main/transit/core/src/main/net/dpml/util/UnicastEventSource.java
2006-12-03 05:57:18 UTC (rev 1793)
+++ trunk/main/transit/core/src/main/net/dpml/util/UnicastEventSource.java
2006-12-03 06:00:20 UTC (rev 1794)
@@ -209,11 +209,11 @@
try
{
UnicastRemoteObject.unexportObject( m_source, true );
- m_logger.debug( "terminated" );
+ m_logger.trace( "terminated " +
m_source.getClass().getName() );
}
catch( NoSuchObjectException e )
{
- boolean ignoreThis = true; // objct has not been exported
+ boolean ignoreThis = true; // object has not been exported
}
catch( RemoteException e )
{




  • r1794 - trunk/main/transit/core/src/main/net/dpml/util, mcconnell at BerliOS, 12/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page