Skip to content

Commit

Permalink
add timestamp to log
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci authored and logseq-cldwalker committed Sep 7, 2023
1 parent b17cf11 commit f786b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/fs/sync.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -3513,7 +3513,7 @@
@network-online-cursor ; is online
(or (= ::stop (:state (state/get-file-sync-state))) ;; state=stopped
(nil? (state/get-file-sync-state)))) ;; the whole sync state not inited yet, happens when app starts without network
(println "trying to restart sync...")
(println "trying to restart sync..." (tc/to-string (t/now)))
(<sync-start))
(recur))

Expand Down

0 comments on commit f786b64

Please sign in to comment.