Kjell Winblad 2 лет назад
Родитель
Сommit
145ed2e632
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_pubsub_action_info.erl

+ 5 - 2
apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_pubsub_action_info.erl

@@ -171,8 +171,11 @@ check_and_simplify_bridge_v1_config(#{
 }) ->
     %% We should crash beacuse we don't support upgrading when ingress and egress exist at the same time
     error(
-        {unsupported_config,
-            <<"Upgrade not supported when ingress and egress exist in the same MQTT bridge. Please divide the egress and ingress part to separate bridges in the configuration.">>}
+        {unsupported_config, <<
+            "Upgrade not supported when ingress and egress exist in the "
+            "same MQTT bridge. Please divide the egress and ingress part "
+            "to separate bridges in the configuration."
+        >>}
     );
 check_and_simplify_bridge_v1_config(SimplifiedConfig) ->
     SimplifiedConfig.