summaryrefslogtreecommitdiffstats
path: root/adb/adb_client.c
diff options
context:
space:
mode:
authorLeo Wang <leozwang@google.com>2014-08-15 02:47:57 +0000
committerLeo Wang <leozwang@google.com>2014-08-15 02:47:57 +0000
commit2a0c93a8dd114af34b19fb45bc0fafd1cd4f52c5 (patch)
tree60ce37ef352a7f8ed67ae1a3b78a8911e31d23c1 /adb/adb_client.c
parent8693bc7abd39f9dcd4b73bdd43054de450a45a03 (diff)
downloadsystem_core-2a0c93a8dd114af34b19fb45bc0fafd1cd4f52c5.zip
system_core-2a0c93a8dd114af34b19fb45bc0fafd1cd4f52c5.tar.gz
system_core-2a0c93a8dd114af34b19fb45bc0fafd1cd4f52c5.tar.bz2
Revert "Add more debug information."
This reverts commit 8693bc7abd39f9dcd4b73bdd43054de450a45a03. Change-Id: I7e6df6c155d9a7544c860b21bcb31c4e04d122e7
Diffstat (limited to 'adb/adb_client.c')
-rw-r--r--adb/adb_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_client.c b/adb/adb_client.c
index ac5e15a..eb1720d 100644
--- a/adb/adb_client.c
+++ b/adb/adb_client.c
@@ -279,7 +279,7 @@ int adb_connect(const char *service)
fd = _adb_connect(service);
if(fd == -1) {
- D("_adb_connect error: %s", __adb_error);
+ D("_adb_connect error: %s\n", __adb_error);
} else if(fd == -2) {
fprintf(stderr,"** daemon still not running\n");
}