agent: log a message when data migrations start

This commit is contained in:
Ryan Uber 2015-05-12 12:58:32 -07:00
parent d5ed5d9439
commit 704f6343c3
1 changed files with 1 additions and 0 deletions

View File

@ -620,6 +620,7 @@ func (c *Command) Run(args []string) int {
return 1
}
c.Ui.Output("Starting raft data migration...")
start := time.Now()
migrated, err := m.Migrate()
if err != nil {