summaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-11-08 00:19:07 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-11-08 00:25:46 +0100
commit24813426b9cf6d4a79e5da68008d1a4532e6c710 (patch)
treea7acec7a7c25379eed6caa207e008ec6029afdb5 /minadbd
parentFix zip install (diff)
downloadandroid_bootable_recovery-24813426b9cf6d4a79e5da68008d1a4532e6c710.tar
android_bootable_recovery-24813426b9cf6d4a79e5da68008d1a4532e6c710.tar.gz
android_bootable_recovery-24813426b9cf6d4a79e5da68008d1a4532e6c710.tar.bz2
android_bootable_recovery-24813426b9cf6d4a79e5da68008d1a4532e6c710.tar.lz
android_bootable_recovery-24813426b9cf6d4a79e5da68008d1a4532e6c710.tar.xz
android_bootable_recovery-24813426b9cf6d4a79e5da68008d1a4532e6c710.tar.zst
android_bootable_recovery-24813426b9cf6d4a79e5da68008d1a4532e6c710.zip
Diffstat (limited to 'minadbd')
-rw-r--r--minadbd/usb_linux_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/usb_linux_client.c b/minadbd/usb_linux_client.c
index 29bab1558..ec32bcf91 100644
--- a/minadbd/usb_linux_client.c
+++ b/minadbd/usb_linux_client.c
@@ -256,7 +256,7 @@ static void usb_adb_init()
close_on_exec(fd);
}
- D("[ usb_init - starting thread ]\n");
+ printf("[ usb_init - starting thread ]\n");
if(adb_thread_create(&tid, usb_adb_open_thread, h)){
fatal_errno("cannot create usb thread");
fprintf(stderr, "cannot create the usb thread()\n");