Skip to content

Commit

Permalink
Update src/lavinmq/amqp/queue/message_store.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Börjesson <jon@84codes.com>
  • Loading branch information
kickster97 and spuun authored Dec 4, 2024
1 parent fde5332 commit 2c20867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmq/amqp/queue/message_store.cr
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ module LavinMQ
rescue ex : IO::EOFError
break
rescue ex : OverflowError | AMQ::Protocol::Error::FrameDecode
Log.error { "Closing message store: Failed to read segment #{seg} at pos #{mfile.pos}, #{ex}" }
@log.error { "Closing message store: Failed to read segment #{seg} at pos #{mfile.pos}, #{ex}" }
close
end
mfile.pos = 4
Expand Down

0 comments on commit 2c20867

Please sign in to comment.