From cb624dbf5dbb28cbac7969cddae9d19d3afc0fed Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Wed, 26 Feb 2020 12:38:43 +0100 Subject: [PATCH] cmd/syncthing: Add indication that reset db happened (#6364) --- cmd/syncthing/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 3c8319f22..2fe1ba6e5 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -374,6 +374,7 @@ func main() { l.Warnln("Resetting database:", err) os.Exit(syncthing.ExitError.AsInt()) } + l.Infoln("Successfully reset database - it will be rebuilt after next start.") return }