X-Git-Url: https://reisub.nsupdate.info/git/?p=gemini-php.git%2F.git;a=blobdiff_plain;f=gemini.class.php;h=233a6c7ea564617ea7a528c6cf49bf1b543b9a2d;hp=a6c5fdbbbd0bb1b319f744a162eb753afeb9b0c3;hb=701023bf2b094b53d0ee7b69010846df179c2329;hpb=61b1dffb4c2ea465ef5c4ffef4948b72d39eecc8 diff --git a/gemini.class.php b/gemini.class.php index a6c5fdb..233a6c7 100644 --- a/gemini.class.php +++ b/gemini.class.php @@ -29,7 +29,7 @@ class Gemini { $this->default_host_dir .= "/"; if($this->logging) { if(!file_exists($this->log_file)) { - $this->log_to_file("New log file created"); + $this->log_to_file("Log created", null, null, null, null); } if(!is_writable($this->log_file)) { die("{$this->log_file} is not writable.");