mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +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
							
								
									3a43450ac9
								
							
						
					
					
						commit
						3f5ae216b5
					
				| @ -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