Include myID in the StartupComplete event

Nice to have...
This commit is contained in:
Jakob Borg 2015-06-16 09:27:06 +02:00
parent a6d9150b14
commit 82c3e6f87f

View File

@ -704,7 +704,9 @@ func syncthingMain() {
}
}
events.Default.Log(events.StartupComplete, nil)
events.Default.Log(events.StartupComplete, map[string]string{
"myID": myID.String(),
})
go generatePingEvents()
cleanConfigDirectory()