diff --git a/core/event.class.php b/core/event.class.php index ed88e2a5..6c33afb0 100644 --- a/core/event.class.php +++ b/core/event.class.php @@ -117,7 +117,7 @@ class LogEvent extends Event { $username = $context->user->name; $ip = $_SERVER['REMOTE_ADDR']; $fp = fopen("shimmie.log", "a"); - fprintf($fp, "$ftime\t$section/$priority\t$username/$ip\t$message"); + fprintf($fp, "$ftime\t$section/$priority\t$username/$ip\t$message\n"); fclose($fp); } }