From a1cc9d19539e86b43a2d9d54ca4cfbdad8971d10 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 8 May 2009 04:07:46 -0700 Subject: [PATCH] newline --- core/event.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }