Update of /cvsroot/freenet/freenet/src/freenet/diagnostics
In directory sc8-pr-cvs1:/tmp/cvs-serv644/src/freenet/diagnostics
Modified Files:
FieldSetFormat.java
Log Message:
Fix all Core.logger.{DEBUG,etc} uses to be Logger.{DEBUG,etc}. Kills tons of eclipse
warnings, total down to 872 now (started a little under 2300).
Index: FieldSetFormat.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/diagnostics/FieldSetFormat.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- FieldSetFormat.java 30 Oct 2003 15:27:37 -0000 1.6
+++ FieldSetFormat.java 31 Oct 2003 18:13:13 -0000 1.7
@@ -4,6 +4,7 @@
import java.io.IOException;
import freenet.support.io.WriteOutputStream;
import freenet.support.Fields;
+import freenet.support.Logger;
import freenet.FieldSet;
import freenet.Core;
@@ -56,7 +57,7 @@
return bytes.toString("UTF8");
} catch (IOException e) {
Core.logger.log(this, "Error when writing to mem buffer.",e,
- Core.logger.ERROR);
+ Logger.ERROR);
return "";
}
}
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs