From ab127e93e8e42d2797bd171a71b27c9f251f8902 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Fri, 22 Apr 2011 00:41:18 +0100 Subject: [PATCH] Removed "logging started" message --- source/lib/SihnonFramework/Log.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/source/lib/SihnonFramework/Log.class.php b/source/lib/SihnonFramework/Log.class.php index dd1f888..42be927 100644 --- a/source/lib/SihnonFramework/Log.class.php +++ b/source/lib/SihnonFramework/Log.class.php @@ -16,7 +16,6 @@ class SihnonFramework_Log { $this->progname = $progname; $this->backend = Sihnon_Log_PluginFactory::create($backend, $options); - $this->log(self::LEVEL_INFO, "Logging started"); } public function log($level, $message) {