X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=anykey.c;h=cc40bedb7947a68d4bfde261106fdfc6d28e98f7;hp=5bc230bd7b47eccdf268f33c21db416eb5beac8d;hb=11b62b6f90e9c65beb1b6880c7e254551e296ae2;hpb=68cdf174d18df9b5a69eea60469caf32d265a906 diff --git a/anykey.c b/anykey.c index 5bc230b..cc40bed 100644 --- a/anykey.c +++ b/anykey.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include "sigrok-cli.h" #ifdef _WIN32 @@ -70,7 +70,7 @@ void add_anykey(void) sr_session_source_add(STDIN_FILENO, G_IO_IN, -1, received_anykey, NULL); - printf("Press any key to stop acquisition.\n"); + g_message("Press any key to stop acquisition."); } /* Restore stdin attributes. */