mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-09 09:50:30 +00:00
Merge pull request #1957 from calmh/myid
Include myID in the StartupComplete event
This commit is contained in:
commit
198725216f
@ -707,7 +707,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…
Reference in New Issue
Block a user