Author: jflesch
Date: 2007-08-20 13:57:42 +0000 (Mon, 20 Aug 2007)
New Revision: 14802

Modified:
   trunk/apps/Thaw/src/thaw/core/PluginManager.java
   trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt
Log:
Fix a typo in the logs

Modified: trunk/apps/Thaw/src/thaw/core/PluginManager.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/PluginManager.java    2007-08-20 12:53:14 UTC 
(rev 14801)
+++ trunk/apps/Thaw/src/thaw/core/PluginManager.java    2007-08-20 13:57:42 UTC 
(rev 14802)
@@ -213,7 +213,7 @@
                        ((Plugin)plugins.get(className)).stop();

                } catch(final Exception e) {
-                       Logger.error(this, "runPlugin('"+className+"'): 
Exception: "+e);
+                       Logger.error(this, "stopPlugin('"+className+"'): 
Exception: "+e);
                        e.printStackTrace();
                        return false;
                }

Modified: trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt        2007-08-20 
12:53:14 UTC (rev 14801)
+++ trunk/apps/Thaw/src/thaw/plugins/miniFrost/Frost.txt        2007-08-20 
13:57:42 UTC (rev 14802)
@@ -45,6 +45,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <FrostMessage>

+<!-- This tag is only here for a purely statistical use -->
+<!-- Frost doesn't set it ; It's not part of the signature -->
+<client>Thaw 0.7.10</client>
+
 <!--
   SHA1 of various stuffs (no real check on how it's made)
   Used to avoid duplicated messages and to build a message tree


Reply via email to