This commit is contained in:
Anderson Mesquita 2015-12-20 11:58:51 -05:00
parent b7a58d2f87
commit 22d0ed8225

View File

@ -603,7 +603,7 @@ func syncthingMain(runtimeOptions RuntimeOptions) {
}
if err := checkShortIDs(cfg); err != nil {
l.Fatalln("Short device IDs are in conflict. Unlucky!\n Regenerate the device ID of one if the following:\n ", err)
l.Fatalln("Short device IDs are in conflict. Unlucky!\n Regenerate the device ID of one of the following:\n ", err)
}
if len(runtimeOptions.profiler) > 0 {