Skip to content

Commit 164d757

Browse files
committed
ProcessorManager: Use correct IOError class name
1 parent 5cdb3cc commit 164d757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/s3/processor_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def start_processor(worker_id)
7777
tries = 0
7878
begin
7979
@processor.handle(remote_file)
80-
rescue Errno::IOError => e
80+
rescue IOError => e
8181
@logger.error(
8282
"IOError when processing remote file. Skipping for now (But not adding to SinceDB).",
8383
:remote_file => remote_file,

0 commit comments

Comments
 (0)