2 Commits a05852ccc1 ... 600e28495e

Author SHA1 Message Date
  Trey Del Bonis 600e28495e client, user: register local device on homeserver when register user, plus related fixes 3 weeks ago
  Trey Del Bonis a05852ccc1 client, user: register local device on homeserver when register user, plus related fixes 3 weeks ago
1 changed files with 1 additions and 1 deletions
  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");
             }
         });
     }