Skip to content

Commit

Permalink
touched up logging a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
clajiness committed Jan 10, 2025
1 parent a35148b commit 2367878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qbop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# start the loop
loop do
@logger.info('start of loop')
@logger.info("start of loop (#{config[:script_version]})")

# Proton section
begin
Expand All @@ -52,7 +52,7 @@
sleep loop_frequency
next
else
@logger.info("Proton returned the forwarded port: #{forwarded_port}")
@logger.info("Proton returned the forwarded port #{forwarded_port}")
end
rescue StandardError => e
@logger.error('Proton has returned an error:')
Expand Down

0 comments on commit 2367878

Please sign in to comment.