diff options
| author | 2017-12-17 00:00:43 +0100 | |
|---|---|---|
| committer | 2017-12-17 00:00:43 +0100 | |
| commit | e6c1c7d4cb62ff6638a22c90f2d734f4a08a4541 (patch) | |
| tree | f5a3b8920ad799b6fa2e3e0bd0a699bb3a1583a6 /lib | |
| parent | 425958af5a2d64113ad352e983cd810bc829735e (diff) | |
| parent | dc9ae355b93a7188c9f26a5ccb3a59765e813529 (diff) | |
Merge branch 'FreshRSS/dev' into Minz_Dispatcher_paths
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Log.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Minz/Log.php b/lib/Minz/Log.php index 5e7831cdb..a8dbf8350 100644 --- a/lib/Minz/Log.php +++ b/lib/Minz/Log.php @@ -98,6 +98,7 @@ class Minz_Log { rewind($fp); ftruncate($fp, 0); fwrite($fp, $content ? $content : ''); + fwrite($fp, sprintf("[%s] [notice] --- Log rotate.\n", date('r'))); fflush($fp); flock($fp, LOCK_UN); } else { |
