fix: typo in warning log message when remove channel error happens

This commit is contained in:
Zaiming (Stone) Shi 2023-10-25 16:43:45 +02:00
parent eed44f79a6
commit e29ba35e53
1 changed files with 1 additions and 1 deletions

View File

@ -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