diff options
author | Grant Erickson <marathon96@gmail.com> | 2011-05-24 23:39:55 -0700 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-05-31 21:02:27 +0200 |
commit | 1e7bd9934c4889efcae40d47a8d079cb9bd1e537 (patch) | |
tree | 2968e975718c0ba1ffc9b933d69f4c7d80db7427 | |
parent | 2882e96a5799fbd19daa8cb363e7ee28b907bb64 (diff) | |
download | connman-1e7bd9934c4889efcae40d47a8d079cb9bd1e537.tar.gz connman-1e7bd9934c4889efcae40d47a8d079cb9bd1e537.tar.bz2 connman-1e7bd9934c4889efcae40d47a8d079cb9bd1e537.zip |
device: Include Reason in Disconnect Skip Warning
Include the reason for skipping the requested network disconnect in
the warning message.
-rw-r--r-- | src/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c index 3311fc9b..a9f4330e 100644 --- a/src/device.c +++ b/src/device.c @@ -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; } |