Skip to content

Commit

Permalink
Merge branch 'jessie' of github.com:BytemarkHosting/symbiosis into je…
Browse files Browse the repository at this point in the history
…ssie
  • Loading branch information
Patrick J Cherry committed Oct 17, 2016
2 parents 430e409 + c24887f commit 83c1b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpd/lib/symbiosis/apache_logger.rb
Expand Up @@ -281,7 +281,7 @@ def receive_line(line)
#
if @default_filehandle.nil? or @default_filehandle.closed?
warn "#{$0}: Opening default log file #{self.default_filename}" if $VERBOSE
@default_filehandle = open_log(self.default_filename)
@default_filehandle = open_log(self.default_filename, {:sync => self.sync_io})
end

if @default_filehandle.is_a?(File) and not @default_filehandle.closed?
Expand Down

0 comments on commit 83c1b4c

Please sign in to comment.