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())
|
.execute(tx.deref_mut())
|
||||||
.await
|
.await
|
||||||
.context(format!(
|
.context(format!(
|
||||||
"Insert new af_collab failed: {}:{}:{}",
|
"Insert new af_collab failed: {}:{}:{}, workspace_id:{}",
|
||||||
uid, params.object_id, params.collab_type
|
uid, params.object_id, params.collab_type, workspace_id
|
||||||
))?;
|
))?;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue