ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterServant.java (file contents):
Revision 1.7 by tdb, Wed Nov 29 19:26:00 2000 UTC vs.
Revision 1.8 by ajm, Wed Nov 29 21:27:39 2000 UTC

# Line 47 | Line 47 | class FilterServant extends FilterPOA {
47       * @param xml the String of XML to print out
48       */
49      public void receiveXML(String xml) {
50 <        //_logRef.write(this.toString(), Logger.SYSMSG, "received XML: "+xml);
51 <        FilterThread t = new FilterThread(xml, _parent, _logRef);
50 >        //_logRef.write(this.toString(), Logger.DEBUG, "received XML: "+xml);
51 >        FilterThread t = new FilterThread(xml,_name, _parent, _logRef);
52          t.start();
53      }
54      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines