mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 logging
This commit is contained in:
parent
0c20b33703
commit
0f4e280805
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ func init() {
|
|||
eventbus.Subscribe(dejavu.EvtSyncAfterDownloadCloudIndexes, func(context map[string]interface{}, indexes []*entity.Index) {
|
||||
util.LogInfof("Downloaded indexes [len=%d]", len(indexes))
|
||||
for _, index := range indexes {
|
||||
util.LogInfof("Index [%s]", index.ID)
|
||||
util.LogInfof(" [%s]", index.ID)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue