2 커밋 a05852ccc1 ... 600e28495e

작성자 SHA1 메시지 날짜
  Trey Del Bonis 600e28495e client, user: register local device on homeserver when register user, plus related fixes 2 달 전
  Trey Del Bonis a05852ccc1 client, user: register local device on homeserver when register user, plus related fixes 2 달 전
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");
             }
         });
     }