--- /home/Kevin/Tools/w3af.orig/core/controllers/w3afCore.py	2008-09-20 04:59:17.000000000 +0200
+++ w3afCore.py	2008-12-05 10:38:52.000000000 +0100
@@ -596,7 +596,7 @@
                     newFR.append( iFr )
                     self._alreadyWalked.append( iFr )
                     if iFr.getURL() not in self._urls:
-                        om.out.information('New URL found by ' + pluginWhoFoundIt +' plugin: ' +  iFr.getURL() )
+                        om.out.information('New URL found by ' + pluginWhoFoundIt +' plugin: ' +  urlParser.removeParameter(iFr.getURL()))
                         self._urls.append( iFr.getURL() )
             
             # Update the list / queue that lives in the KB
