Index: branches/dev/html/test/naka/loop.php
===================================================================
--- branches/dev/html/test/naka/loop.php	(revision 12136)
+++ branches/dev/html/test/naka/loop.php	(revision 12137)
@@ -3,5 +3,5 @@
     for($i = 0; $i < 10; $i++) {
         sleep(1);
-        sfDebugPrint("test$i");
+        gfDebugPrint("test$i");
     }
 
