mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-08 23:08:27 +00:00
Include myID in the StartupComplete event
Nice to have...
This commit is contained in:
parent
a6d9150b14
commit
82c3e6f87f
@ -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()
|
go generatePingEvents()
|
||||||
|
|
||||||
cleanConfigDirectory()
|
cleanConfigDirectory()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user