Removed "logging started" message

This commit is contained in:
2011-04-22 00:41:18 +01:00
parent 75c6ff2ad8
commit ab127e93e8

View File

@@ -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) {