all log_mop call substituted with other log functions
[brisk.git] / web / briskin5 / index_rd.php
index cdb448e..a571704 100644 (file)
@@ -337,7 +337,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su
                 $new_step =  $user->step;
             } while (0);
             
-            log_mop($user->step, 'bin::index_rd.php: after ret set');
+            log_rd2($user->step, 'bin::index_rd.php: after ret set');
             
             if ($user->the_end == TRUE) {
                 log_rd2("LOGOUT BYE BYE!!");
@@ -424,7 +424,7 @@ for ($i = 0 ; time() < $endtime ; $i++) {
     echo ' @END@'; 
     log_send("EXT_STEP: ".$ext_step." ENDTIME: [".$endtime."] ".$ret);
     mop_flush();
-    log_mop(0, 'bin::index_rd.php: after mop_flush (begin: '.sprintf("%f", $pre_main).')');
+    log_rd2(0, 'bin::index_rd.php: after mop_flush (begin: '.sprintf("%f", $pre_main).')');
     if ($is_page_streaming)
       break;
   }