aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-03-24 11:01:16 -0500
committerCharles Kerr <charles.kerr@canonical.com>2016-03-24 11:01:16 -0500
commit194d7e85a52cbc0060a2d85b71b9ddd8b606aee4 (patch)
tree7b9521ad7cfa7a2e765be265d5ecd98cb9bcad23 /tests
parent9f03876ba4aef09f5b93905f90df9a7b9d1073e4 (diff)
downloadayatana-indicator-display-194d7e85a52cbc0060a2d85b71b9ddd8b606aee4.tar.gz
ayatana-indicator-display-194d7e85a52cbc0060a2d85b71b9ddd8b606aee4.tar.bz2
ayatana-indicator-display-194d7e85a52cbc0060a2d85b71b9ddd8b606aee4.zip
add tracer g_debug() calls for the benefit of the integration tests
Diffstat (limited to 'tests')
-rw-r--r--tests/utils/adbd-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/adbd-server.h b/tests/utils/adbd-server.h
index 5e66379..b574622 100644
--- a/tests/utils/adbd-server.h
+++ b/tests/utils/adbd-server.h
@@ -112,7 +112,7 @@ private:
continue;
}
const std::string response(buf, std::string::size_type(n_bytes));
- g_message("server got response: %s", response.c_str());
+ g_message("server read %d bytes, got response: '%s'", int(n_bytes), response.c_str());
if (!response.empty()) {
m_responses.push_back(response);
requests.erase(requests.begin());