Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/34742?usp=email )
Change subject: osmo_epdg_app: Fix formatting error in log string ......................................................................
Patch Set 1:
(1 comment)
File src/osmo_epdg_app.erl:
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/34742/comment/36864888_45394... PS1, Line 8: ~n Why is this an error? Looking at osmo_dia2gsup.git, I see all strings are `~n`-terminated. And BTW, why do we still use `lager` at all? Erlang now offers the built-in `logger` module: https://www.erlang.org/doc/man/logger.