2 Commits a05852ccc1 ... 600e28495e

Autore SHA1 Messaggio Data
  Trey Del Bonis 600e28495e client, user: register local device on homeserver when register user, plus related fixes 2 mesi fa
  Trey Del Bonis a05852ccc1 client, user: register local device on homeserver when register user, plus related fixes 2 mesi fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      xport-rpc/src/dispatch.rs

+ 1 - 1
xport-rpc/src/dispatch.rs

@@ -123,7 +123,7 @@ async fn rpc_handler_task<R: proto::Rpc, H: proto::RpcHandler<R> + Sync + Send +
                 .instrument(span)
                 .await
             {
-                warn!(err = %e, "error in RPC handler");
+                warn!(%topic, err = %e, "error in RPC handler");
             }
         });
     }