lib/google/cloud/logging/async_writer.rb in google-cloud-logging-1.6.2 vs lib/google/cloud/logging/async_writer.rb in google-cloud-logging-1.6.3
- old
+ new
@@ -380,10 +380,10 @@
# interval met, publish the batch...
publish_batch!
@cond.wait
else
# still waiting for the interval to publish the batch...
- @cond.wait(@batch.publish_wait)
+ @cond.wait @batch.publish_wait
end
end
end
end