diff --git a/src/urclock.c b/src/urclock.c index 33338e46..1d613e6a 100644 --- a/src/urclock.c +++ b/src/urclock.c @@ -2590,7 +2590,7 @@ void urclock_initpgm(PROGRAMMER *pgm) { #if defined(HAVE_LIBREADLINE) pmsg_notice2("libreadline is used; avrdude -t -c urclock should work interactively\n"); #else - pmsg_warning("compiled without readline library, cannot use avrdude -t -c urclock interactively\n"); - imsg_warning("but it is still possible to pipe: echo \"d fl 0 32; quit\" | tr \\; \\\\n | avrdude -t -curclock\n"); + pmsg_notice2("compiled without readline library, cannot use avrdude -t -c urclock interactively\n"); + imsg_notice2("but it is still possible to pipe: echo \"d fl 0 32; quit\" | tr \\; \\\\n | avrdude -t -curclock\n"); #endif }