Change info on libreadline to notice2 level

This commit is contained in:
Stefan Rueger 2022-12-31 12:42:12 +00:00
parent ac10272bb6
commit 90dfee80ba
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 2 additions and 2 deletions

View File

@ -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
}