Reachability.swift: "Returning flags SCNetworkReachabilityFlags(rawValue: 2)" messages in the console

Created on 6 Aug 2018  ·  3Comments  ·  Source: ashleymills/Reachability.swift

Hi,

I'm a recently new user of this library and so far everything is working great and as advertised.
however I keep getting numerous amounts of the following message in the xcode console:
Returning flags SCNetworkReachabilityFlags(rawValue: 2)

I couldn't find where it originates from or how to disable it.
It would be nice to get rid of this. any ideas ?

Regards,
Dave

Most helpful comment

This has been fixed in 4.2.0

Cheers
Ash

All 3 comments

It's coded into line 317 of Reachability.swift.
But I'm surprised that it's hardcoded in. Any rationale for that?
(I commented the print statement out.)

This has been fixed in 4.2.0

Cheers
Ash

Was this page helpful?
0 / 5 - 0 ratings