mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
change pipe silencer to redirect to stderr so that we can see if QEMU is at least still alive
This commit is contained in:
parent
3519a20ccf
commit
8f2a533470
@ -12,6 +12,8 @@ int main(void)
|
||||
ssize_t lineSize = getline(&line, &len, stdin);
|
||||
if (silenceChar!='1') {
|
||||
printf("%s",line);
|
||||
} else {
|
||||
fprintf(stderr,"%s",line);
|
||||
}
|
||||
}
|
||||
free(line);
|
||||
|
Loading…
Reference in New Issue
Block a user