Log any errors during toggling
This commit is contained in:
@@ -98,6 +98,7 @@ class WemoServer {
|
|||||||
|
|
||||||
if (error != nil) {
|
if (error != nil) {
|
||||||
clientError = NSError.xionError(.ConnectionError, underlying: error)
|
clientError = NSError.xionError(.ConnectionError, underlying: error)
|
||||||
|
self._logError("Error toggling device \"\(device.name)\"", error: clientError!)
|
||||||
}
|
}
|
||||||
|
|
||||||
completion(clientError)
|
completion(clientError)
|
||||||
|
|||||||
Reference in New Issue
Block a user