Skip to content

Commit

Permalink
log: mark 2 arguments as unused
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 committed Apr 4, 2022
1 parent 3a83d28 commit c035404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/logging.ml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let reporter =
k ()
in
let src = Logs.Src.name src in
msgf @@ fun ?header ?tags fmt ->
msgf @@ fun ?header:_ ?tags:_ fmt ->
let level = Logs.level_to_string (Some level) in
with_lock m
(fun () ->
Expand Down

0 comments on commit c035404

Please sign in to comment.