Kjell Winblad пре 2 година
родитељ
комит
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
     %% We should crash beacuse we don't support upgrading when ingress and egress exist at the same time
     error(
     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) ->
 check_and_simplify_bridge_v1_config(SimplifiedConfig) ->
     SimplifiedConfig.
     SimplifiedConfig.