Index: branches/version-2_5-dev/data/class/util/GC_Utils.php
===================================================================
--- branches/version-2_5-dev/data/class/util/GC_Utils.php	(revision 18805)
+++ branches/version-2_5-dev/data/class/util/GC_Utils.php	(revision 18835)
@@ -166,7 +166,10 @@
      * @param integer $max_size 最大サイズ
      * @param string  $path ファイルパス
-     * @return void なし
+     * @return void
      */
     function gfLogRotation($max_log, $max_size, $path) {
+
+        // ファイルが存在しない場合、終了
+        if (!file_exists($path)) return;
 
         // ファイルが最大サイズを超えていない場合、終了
