device: Include Reason in Disconnect Skip Warning
[framework/connectivity/connman.git] / src / device.c
index 3311fc9..a9f4330 100644 (file)
@@ -794,7 +794,7 @@ int __connman_device_disconnect(struct connman_device *device)
                         * will fail.  There is nothing to be gained by
                         * removing the network here anyway.
                         */
-                       connman_warn("Skipping disconnect of %s",
+                       connman_warn("Skipping disconnect of %s, network is connecting.",
                                connman_network_get_identifier(network));
                        continue;
                }