cmd/syncthing: Add indication that reset db happened (#6364)
This commit is contained in:
@@ -374,6 +374,7 @@ func main() {
|
|||||||
l.Warnln("Resetting database:", err)
|
l.Warnln("Resetting database:", err)
|
||||||
os.Exit(syncthing.ExitError.AsInt())
|
os.Exit(syncthing.ExitError.AsInt())
|
||||||
}
|
}
|
||||||
|
l.Infoln("Successfully reset database - it will be rebuilt after next start.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user