From: Bjørn Erik Pedersen Date: Sat, 6 Jan 2018 09:54:16 +0000 (+0100) Subject: commands: Report build time on config.toml change X-Git-Tag: v0.32.3~8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6feb138785eeb9e813428d0df30010d9b5fb1059;p=brevno-suite%2Fhugo commands: Report build time on config.toml change Fixes #4232 See #4224 --- diff --git a/commands/hugo.go b/commands/hugo.go index 7f0b6cd0..0e7b755f 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -892,6 +892,7 @@ func (c *commandeer) getDirList() ([]string, error) { } func (c *commandeer) recreateAndBuildSites(watching bool) (err error) { + defer c.timeTrack(time.Now(), "Total") if err := c.initSites(); err != nil { return err }