ARD: shutdown message is not an error

This commit is contained in:
Robin Gareus 2023-04-27 15:35:22 +02:00
parent dd969dfe8c
commit 64b480dd65
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static pid_t parent_pid = 0;
static void wearedone(int sig) {
(void) sig; // skip 'unused variable' compiler warning;
fprintf(stderr, ARD_PROG_NAME ": caught signal - shutting down.\n");
fprintf(stdout, ARD_PROG_NAME ": caught signal - shutting down.\n");
run=0;
}