chore: update log (#226)

This commit is contained in:
Nathan.fooo 2023-12-19 10:53:31 +08:00 committed by GitHub
parent a7b259ad20
commit 97aead5282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ where
self.state = new_state;
trace!(
"oid:{}|msg_id:{},state:{:?}",
"oid:{}|msg_id:{},msg state:{:?}",
self.msg.collab_object_id(),
self.msg_id,
self.state

View File

@ -80,7 +80,7 @@ where
match self.group_by_object_id.try_write() {
Ok(mut group_by_object_id) => {
group_by_object_id.remove(object_id);
// self.storage.remove_collab_cache(object_id).await;
self.storage.remove_collab_cache(object_id).await;
},
Err(err) => error!("Failed to acquire write lock to remove group: {:?}", err),
}