2 Комити a05852ccc1 ... 600e28495e

Аутор SHA1 Порука Датум
  Trey Del Bonis 600e28495e client, user: register local device on homeserver when register user, plus related fixes пре 1 месец
  Trey Del Bonis a05852ccc1 client, user: register local device on homeserver when register user, plus related fixes пре 1 месец
1 измењених фајлова са 1 додато и 1 уклоњено
  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");
             }
         });
     }