chore: update log
This commit is contained in:
parent
8ab7815740
commit
585bd83f1c
|
|
@ -143,8 +143,8 @@ pub async fn insert_into_af_collab(
|
|||
.execute(tx.deref_mut())
|
||||
.await
|
||||
.context(format!(
|
||||
"Insert new af_collab failed: {}:{}:{}",
|
||||
uid, params.object_id, params.collab_type
|
||||
"Insert new af_collab failed: {}:{}:{}, workspace_id:{}",
|
||||
uid, params.object_id, params.collab_type, workspace_id
|
||||
))?;
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue