fix: typo in warning log message when remove channel error happens
This commit is contained in:
parent
eed44f79a6
commit
e29ba35e53
|
@ -629,7 +629,7 @@ remove_channels_in_list([ChannelID | Rest], Data) ->
|
||||||
remove_channels_in_list(Rest, NewData);
|
remove_channels_in_list(Rest, NewData);
|
||||||
{error, Reason} ->
|
{error, Reason} ->
|
||||||
?SLOG(warning, #{
|
?SLOG(warning, #{
|
||||||
msg => add_channel_failed,
|
msg => remove_channel_failed,
|
||||||
id => Data#data.id,
|
id => Data#data.id,
|
||||||
channel_id => ChannelID,
|
channel_id => ChannelID,
|
||||||
reason => Reason
|
reason => Reason
|
||||||
|
|
Loading…
Reference in New Issue