Skip to Content.
Sympa Menu

notify-dpml - r1191 - trunk/main/metro/station/server/src/main/net/dpml/station/server

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: r1191 - trunk/main/metro/station/server/src/main/net/dpml/station/server
  • Date: Wed, 15 Mar 2006 19:23:32 +0100

Author: mcconnell
Date: 2006-03-15 19:23:29 +0100 (Wed, 15 Mar 2006)
New Revision: 1191

Modified:

trunk/main/metro/station/server/src/main/net/dpml/station/server/RemoteApplicationRegistry.java
Log:
move log message to debug level

Modified:
trunk/main/metro/station/server/src/main/net/dpml/station/server/RemoteApplicationRegistry.java
===================================================================
---
trunk/main/metro/station/server/src/main/net/dpml/station/server/RemoteApplicationRegistry.java
2006-03-15 18:16:38 UTC (rev 1190)
+++
trunk/main/metro/station/server/src/main/net/dpml/station/server/RemoteApplicationRegistry.java
2006-03-15 18:23:29 UTC (rev 1191)
@@ -262,7 +262,7 @@
}

File file = File.createTempFile( "dpml-station", ".xml" );
- getLogger().info( "writing to temp file: " + file );
+ getLogger().debug( "writing to temp file: " + file );
file.createNewFile();
FileOutputStream output = new FileOutputStream( file );
Entry[] entries = getEntries();




  • r1191 - trunk/main/metro/station/server/src/main/net/dpml/station/server, mcconnell at BerliOS, 03/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page