diff --git a/commands/hugo.go b/commands/hugo.go index 810a71444..2fece29c8 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -371,7 +371,9 @@ func NewWatcher(port int) error { } if dynamic_changed { - fmt.Print("Change detected, rebuilding site\n\n") + fmt.Print("\nChange detected, rebuilding site\n") + const layout = "2006-01-02 15:04 -0700" + fmt.Println(time.Now().Format(layout)) utils.StopOnErr(buildSite(true)) if !viper.GetBool("DisableLiveReload") {