Fix log file cycling
authorPekka Riikonen <priikone@silcnet.org>
Thu, 15 May 2014 18:25:46 +0000 (21:25 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 15 May 2014 18:25:46 +0000 (21:25 +0300)
If log file cycling doesn't have permission to create a new log file
it will end up closing the log file for good and stop logging.  Fix
this by checking if permission to cycle the log file exists and disable
the feature if it doesn't.


No differences found