diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 01:34:20 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:21:57 +0100 |
commit | f3ddfa1c2c4a9ac54f129a63dc9673afdc87bb9e (patch) | |
tree | 9950a8743d6b03fc4f41818cc77aedbbe29c9974 /src/diagnostic | |
parent | fcfcc2a8fe250ddba81c7c374496ef3ae21a27eb (diff) |
Improve comments
Change-Id: I1e43b0aeaff738db11695e77fee23e8c9809f0c1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/diagnostic')
-rw-r--r-- | src/diagnostic/diagnostic-manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diagnostic/diagnostic-manager.cpp b/src/diagnostic/diagnostic-manager.cpp index 31fbf0b0..ac0aaadf 100644 --- a/src/diagnostic/diagnostic-manager.cpp +++ b/src/diagnostic/diagnostic-manager.cpp @@ -111,6 +111,7 @@ void diagnostic_manager_t::cleanup_request(active_diagnostic_request_t* entry, b find_and_erase(entry, recurring_requests_); if(force) cancel_request(entry); + DEBUG(binder_interface, "cleanup_request: Cancelling completed, recurring request: %s", request_string); } else { |