Skip to content

Commit

Permalink
log: replace "usernet" with "slirp", the module name
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 8ca2025 commit fe6705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostnet/slirp.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
open Lwt.Infix

let src =
let src = Logs.Src.create "usernet" ~doc:"Mirage TCP/IP <-> socket proxy" in
let src = Logs.Src.create "slirp" ~doc:"Mirage TCP/IP <-> socket proxy" in
Logs.Src.set_level src (Some Logs.Info);
src

Expand Down

0 comments on commit fe6705d

Please sign in to comment.