diff --git a/cdba-server.c b/cdba-server.c index bc0f5da..4453875 100644 --- a/cdba-server.c +++ b/cdba-server.c @@ -83,6 +83,8 @@ static void fastboot_opened(struct fastboot *fb, void *data) const uint8_t one = 1; struct msg *msg; + warnx("fastboot connection opened"); + msg = alloca(sizeof(*msg) + 1); msg->type = MSG_FASTBOOT_PRESENT; msg->len = 1;