Index: trunk/src/inc/LogHandler.class.php
===================================================================
--- trunk/src/inc/LogHandler.class.php	(revision 7752)
+++ trunk/src/inc/LogHandler.class.php	(revision 7753)
@@ -109,5 +109,6 @@
 			
 			} else {
-				echo "The file $filename is not writable";
+				define('LOG_LEVEL_WRITE', LOG_LEVEL_NONE);
+					trigger_log(SYSLOG_EMERG, 'Cannot write to "' . $filename . '"', __FILE__, __LINE__);
 			}
 		}
