Use ms precision for static change logging

This commit is contained in:
Bjørn Erik Pedersen 2017-11-15 08:52:29 +01:00
parent 9299a16c99
commit bb048d811d
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -888,7 +888,7 @@ func (c *commandeer) newWatcher(port int) error {
}
c.Logger.FEEDBACK.Println("\nStatic file changes detected")
const layout = "2006-01-02 15:04 -0700"
const layout = "2006-01-02 15:04:05.000 -0700"
c.Logger.FEEDBACK.Println(time.Now().Format(layout))
if c.Cfg.GetBool("forceSyncStatic") {