mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-18 13:52:00 -04:00
fix(stdiscosrv): log full device ID on startup (#10541)
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
This commit is contained in:
@@ -120,7 +120,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
devID := protocol.NewDeviceID(cert.Certificate[0])
|
||||
slog.Info("Loaded certificate keypair", "deviceID", devID)
|
||||
slog.Info("Loaded certificate keypair", "deviceId", devID.String())
|
||||
}
|
||||
|
||||
// Root of the service tree.
|
||||
|
||||
Reference in New Issue
Block a user