This commit is contained in:
crusader 2018-08-31 11:56:33 +09:00
parent f1c7315afb
commit af3bc70f9a

View File

@ -17,7 +17,7 @@ const (
func Scan(discoverySession session.DiscoverySession) { func Scan(discoverySession session.DiscoverySession) {
devs, err := goupnp.DiscoverDevices(TargetRootDevice) devs, err := goupnp.DiscoverDevices(TargetRootDevice)
if nil != err { if nil != err {
fmt.Println("DeletePortMapping: ", err) fmt.Println("DiscoverDevices: ", err)
} }
LOOP: LOOP: