X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstlink-usb.c;h=a25f7ec55d5b6815f28ab0e4ae242079eef842d4;hb=0e7ee109f6c37dd2f1acfdc861eb12803e96eabb;hp=72ffda17787439dfec7611b0efc7f0cf7aa62227;hpb=cfb1e862525f95252e367ccc38845da5a9a017af;p=fw%2Fstlink diff --git a/src/stlink-usb.c b/src/stlink-usb.c index 72ffda1..a25f7ec 100644 --- a/src/stlink-usb.c +++ b/src/stlink-usb.c @@ -652,7 +652,7 @@ stlink_t* stlink_open_usb(const int verbose) { if (slu->usb_handle == NULL) { slu->usb_handle = libusb_open_device_with_vid_pid(slu->libusb_ctx, USB_ST_VID, USB_STLINK_PID); if (slu->usb_handle == NULL) { - WLOG("Couldn't find any ST-Link/V2 devices"); + WLOG("Couldn't find any ST-Link/V2 devices\n"); goto on_error; } slu->protocoll = 1;