cmd: Print the packet machine ID when booting

This is useful if the connection to the SOS fails and you
want to debug manually after.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-08-15 17:55:47 +01:00
parent f2c7dd7731
commit a6e25b0825

View File

@ -172,7 +172,7 @@ func runPacket(args []string) {
}
log.Debugf("%s\n", string(b))
log.Printf("Machine booting...")
log.Printf("Booting %s...", dev.ID)
sshHost := "sos." + dev.Facility.Code + ".packet.net"
if *consoleFlag {