mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
chore: Update frontend/rust-lib/flowy-folder/src/manager.rs
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
2ee786f351
commit
cf46213e00
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ impl FolderManager {
|
|||
if let Err(err) = self.initialize(user_id, &workspace_id, data_source).await {
|
||||
// If failed to open folder with remote data, open from local disk. After open from the local
|
||||
// disk. the data will be synced to the remote server.
|
||||
error!("initialize folder with error {:?}, fallback local", err);
|
||||
error!("initialize folder for user {} with workspace {} encountered error: {:?}, fallback local", user_id, workspace_id, err);
|
||||
self
|
||||
.initialize(
|
||||
user_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue