chore(coap): Fix debug logs
This commit is contained in:
parent
72f9e60d63
commit
a95b91c005
|
@ -105,8 +105,8 @@ call(Pid, Msg, _) ->
|
|||
%%--------------------------------------------------------------------
|
||||
|
||||
init({ClientId, Username, Password, Channel}) ->
|
||||
?LOG(debug, "try to start adapter ClientId=~p, Username=~p, Password=~p, "
|
||||
"Channel=~0p", [ClientId, Username, Password, Channel]),
|
||||
?LOG(debug, "try to start adapter ClientId=~p, Username=~p, "
|
||||
"Channel=~0p", [ClientId, Username, Channel]),
|
||||
State0 = #state{peername = Channel,
|
||||
clientid = ClientId,
|
||||
username = Username,
|
||||
|
@ -384,4 +384,3 @@ clientinfo(#state{peername = {PeerHost, _},
|
|||
mountpoint => undefined,
|
||||
ws_cookie => undefined
|
||||
}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue