bugfix
authoridfx <idfx>
Wed, 29 Aug 2001 13:35:34 +0000 (13:35 +0000)
committeridfx <idfx>
Wed, 29 Aug 2001 13:35:34 +0000 (13:35 +0000)
source/mir/servlet/ServletModuleDispatch.java

index 5263fed..031802d 100755 (executable)
@@ -48,7 +48,7 @@ public final class ServletModuleDispatch {
                        //sMod.predeliver(req,res);
 
                        String doParam = req.getParameter("do");
-                       //theLog.printInfo("SerletModuleDispatch: " + sMod.toString() + " with method " + doParam);
+                       theLog.printInfo("SerletModuleDispatch: " + sMod.toString() + " with method " + doParam);
                        if (doParam == null) {
                                if (sMod.defaultAction() != null) doParam = sMod.defaultAction();
                                else throw new ServletModuleException("Parameter do nicht angegeben!");