X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e12b82d362238b49d3b4b88ff7d7a1d7e618bac8..e654346b7952ec0a024189c30b657195bf35f7e4:/client/flash.c diff --git a/client/flash.c b/client/flash.c index 9f547915..3a0a1cda 100644 --- a/client/flash.c +++ b/client/flash.c @@ -340,8 +340,7 @@ static int enter_bootloader(char *serial_port_name) msleep(100); CloseProxmark(); - fprintf(stderr,"Waiting for Proxmark to reappear on "); - fprintf(stderr,serial_port_name); + fprintf(stderr,"Waiting for Proxmark to reappear on %s",serial_port_name); do { sleep(1); fprintf(stderr, ".");