File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ defmodule Algora.Bounties do
1212 alias Algora.Bounties.Jobs
1313 alias Algora.Bounties.LineItem
1414 alias Algora.Bounties.Tip
15- alias Algora.FeeTier
1615 alias Algora.Organizations.Member
1716 alias Algora.Payments
1817 alias Algora.Payments.Transaction
@@ -327,7 +326,7 @@ defmodule Algora.Bounties do
327326 { :ok , response }
328327
329328 { :error , _ } ->
330- Logger . error (
329+ Logger . warning (
331330 "Failed to refresh bounty response for #{ ticket_ref [ :owner ] } /#{ ticket_ref [ :repo ] } ##{ ticket_ref [ :number ] } "
332331 )
333332
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ defmodule Algora.Workspace do
394394 end
395395
396396 { :error , reason } ->
397- Logger . error ( "Failed to refresh command response #{ ticket . id } : #{ inspect ( reason ) } " )
397+ Logger . warning ( "Failed to refresh command response #{ ticket . id } : #{ inspect ( reason ) } " )
398398 { :error , :command_response_not_found }
399399 end
400400 end
You can’t perform that action at this time.
0 commit comments