Index: temp/trunk/html/test/kakinaka/epsilon_check.php
===================================================================
--- temp/trunk/html/test/kakinaka/epsilon_check.php	(revision 8523)
+++ temp/trunk/html/test/kakinaka/epsilon_check.php	(revision 8524)
@@ -13,6 +13,6 @@
 }
 
-//gfPrintLog("epsilon test", "logs/epsilon.log");
-gfPrintLog("epsilon test");
+gfPrintLog("epsilon test", "logs/epsilon.log");
+//gfPrintLog("epsilon test");
 
 ?>
Index: temp/trunk/data/lib/glib.php
===================================================================
--- temp/trunk/data/lib/glib.php	(revision 7180)
+++ temp/trunk/data/lib/glib.php	(revision 8524)
@@ -113,10 +113,10 @@
 		$path = LOG_PATH;
 	}
-	
+
 	// ¥¨¥¹¥±¡¼¥×¤µ¤ì¤Æ¤¤¤ëÊ¸»ú¤ò¤â¤È¤ËÌá¤¹
 	$trans_tbl = get_html_translation_table (HTML_ENTITIES);
     $trans_tbl = array_flip ($trans_tbl);
     $mess = strtr($mess, $trans_tbl);
-	
+
 	$fp = fopen($path, "a+");
 	if($fp) {
