mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
remove: mirror middleware and parity comparison with Bose cloud
This commit is contained in:
committed by
Tobias Gesellchen
parent
88a2185985
commit
0f0a96c0ce
@@ -921,21 +921,6 @@ func renderMigrationSummary(deviceIP, serviceURL string, s *setup.MigrationSumma
|
||||
fmt.Printf(" %s resolv (/etc/resolv.conf via DHCP hook)\n", checkmark(s.ResolvMigrated))
|
||||
fmt.Println()
|
||||
|
||||
if s.MirrorEnabled || len(s.MirrorEndpoints) > 0 {
|
||||
fmt.Println("Mirroring")
|
||||
fmt.Printf(" %s enabled\n", checkmark(s.MirrorEnabled))
|
||||
|
||||
if len(s.MirrorEndpoints) > 0 {
|
||||
fmt.Printf(" endpoints: %s\n", strings.Join(s.MirrorEndpoints, ", "))
|
||||
}
|
||||
|
||||
if len(s.SkipMirrorEndpoints) > 0 {
|
||||
fmt.Printf(" skip: %s\n", strings.Join(s.SkipMirrorEndpoints, ", "))
|
||||
}
|
||||
|
||||
fmt.Println()
|
||||
}
|
||||
|
||||
if len(s.Warnings) > 0 {
|
||||
fmt.Println("Warnings")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user