Merge pull request #12244 from jostar-y/fix/log
fix:judgment condition failure
This commit is contained in:
commit
e4c06a6be5
|
@ -501,7 +501,7 @@ kick_session(GwName, ClientId) ->
|
||||||
[] ->
|
[] ->
|
||||||
{error, not_found};
|
{error, not_found};
|
||||||
ChanPids ->
|
ChanPids ->
|
||||||
ChanPids > 1 andalso
|
length(ChanPids) > 1 andalso
|
||||||
begin
|
begin
|
||||||
?SLOG(
|
?SLOG(
|
||||||
warning,
|
warning,
|
||||||
|
|
Loading…
Reference in New Issue