From 704f6343c3e8882e7d95105a8ce071919434ed63 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Tue, 12 May 2015 12:58:32 -0700 Subject: [PATCH] agent: log a message when data migrations start --- command/agent/command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/command.go b/command/agent/command.go index 55207a501..a91b17da3 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -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 {