Author: mrogers
Date: 2006-11-19 11:10:46 +0000 (Sun, 19 Nov 2006)
New Revision: 11004

Modified:
   trunk/apps/load-balancing-sims/phase7/sim/handlers/MessageHandler.java
Log:
Don't code while hung over

Modified: trunk/apps/load-balancing-sims/phase7/sim/handlers/MessageHandler.java
===================================================================
--- trunk/apps/load-balancing-sims/phase7/sim/handlers/MessageHandler.java      
2006-11-19 10:37:22 UTC (rev 11003)
+++ trunk/apps/load-balancing-sims/phase7/sim/handlers/MessageHandler.java      
2006-11-19 11:10:46 UTC (rev 11004)
@@ -67,8 +67,8 @@
                if (next == null) {
                        node.log ("route not found for " + this);
                        if (prev == null) {
-                               node.log (this + " succeeded (rnf)");
-                               node.increaseSearchRate();
+                               node.log (this + " failed (rnf)");
+                               node.increaseSearchRate(); // Yes, increase
                        }
                        else prev.sendMessage (new RouteNotFound (id, htl));
                        finish();


Reply via email to