Просмотр исходного кода

test: fix tracepoint after merge conflict

Thales Macedo Garitezi 1 год назад
Родитель
Сommit
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,
     Reason,
     St = #st{target = TargetCluster, actor = Actor, bootstrapped = Bootstrapped}
     St = #st{target = TargetCluster, actor = Actor, bootstrapped = Bootstrapped}
 ) ->
 ) ->
-    ?SLOG(error, #{
-        msg => "cluster_link_connection_failed",
+    ?tp(error, "cluster_link_connection_failed", #{
         reason => Reason,
         reason => Reason,
         target_cluster => St#st.target,
         target_cluster => St#st.target,
         actor => St#st.actor
         actor => St#st.actor