🎨 Sync repo

This commit is contained in:
Liang Ding 2022-07-01 21:11:37 +08:00
parent ae60245014
commit 37e2cc0b33
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -464,7 +464,7 @@ func syncRepo() (err error) {
CtxPushMsg: CtxPushMsgToStatusBar,
})
elapsed := time.Since(start)
util.LogInfof("sync data repo elapsed [%.2fs]", elapsed.Seconds())
util.LogInfof("sync data repo elapsed [%.2fs], latest [%s]", elapsed.Seconds(), latest.ID)
if nil != err {
util.LogErrorf("sync data repo failed: %s", err)
util.PushStatusBar("Sync data repo failed: " + err.Error())