[freenet-dev] [freenet-cvs] r16700 - trunk/freenet/src/freenet/node

Robert Hailey robert at emu.freenetproject.org
Tue Dec 18 20:23:20 UTC 2007


Argghh, sorry. Bad commit-log comment...

On Dec 18, 2007, at 2:16 PM, robert at freenetproject.org wrote:

> @@ -725,7 +729,8 @@
> 					}
> 				}
> 				
> -				if(mf == null) {
> +				if (mf==null) {
> +					if (logMINOR) Logger.minor(this, "Done waiting, no more  
> completion listeners");
> 					return;
> 				} else {
> 					Message m;

I thought that I had added this return statement, but instead  
committed some minor cleanups/comments and added more log noise.

--
Robert Hailey




More information about the Devl mailing list