Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 30, 2023
1 parent e115956 commit e16dd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (repo *Repo) sync0(context map[string]interface{},
logging.LogInfof("local upsert [%s, %d]", c.Path, c.Updated)
}
for _, r := range localRemoves {
logging.LogInfof("local remove [%s, %d", r.Path, r.Updated)
logging.LogInfof("local remove [%s, %d]", r.Path, r.Updated)
}

// 避免旧的本地数据覆盖云端数据 https://github.com/siyuan-note/siyuan/issues/7403
Expand Down

0 comments on commit e16dd92

Please sign in to comment.