Преглед изворни кода

test: fix tracepoint after merge conflict

Thales Macedo Garitezi пре 1 година
родитељ
комит
a2ca62e459
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl

+ 1 - 2
apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl

@@ -493,8 +493,7 @@ handle_client_down(
     Reason,
     St = #st{target = TargetCluster, actor = Actor, bootstrapped = Bootstrapped}
 ) ->
-    ?SLOG(error, #{
-        msg => "cluster_link_connection_failed",
+    ?tp(error, "cluster_link_connection_failed", #{
         reason => Reason,
         target_cluster => St#st.target,
         actor => St#st.actor