[freenet-cvs] r11961 - trunk/freenet/src/freenet/node

nextgens at freenetproject.org nextgens at freenetproject.org
Sun Mar 4 18:59:37 UTC 2007


Author: nextgens
Date: 2007-03-04 18:59:36 +0000 (Sun, 04 Mar 2007)
New Revision: 11961

Modified:
   trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
Log:
That useralert ought to be using level MINOR, really!

Modified: trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
===================================================================
--- trunk/freenet/src/freenet/node/IPDetectorPluginManager.java	2007-03-04 18:48:36 UTC (rev 11960)
+++ trunk/freenet/src/freenet/node/IPDetectorPluginManager.java	2007-03-04 18:59:36 UTC (rev 11961)
@@ -55,7 +55,7 @@
 				"You should be able to connect to most other users.", UserAlert.WARNING);
 		connectedAlert = new SimpleUserAlert(true, "Direct internet connection detected",
 				"You appear to be directly connected to the internet. Congratulations, you should be able to connect "+
-				"to any other freenet node.", UserAlert.WARNING);
+				"to any other freenet node.", UserAlert.MINOR);
 	}
 
 	/** Start the detector plugin manager. This includes running the plugin, if there




More information about the cvs mailing list