mirror of
https://github.com/openharmony/third_party_sane-airscan.git
synced 2026-06-30 21:17:55 -04:00
Console logs moved to stderr (was to stdout)
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ log_cleanup (void)
|
||||
static void
|
||||
log_flush (void)
|
||||
{
|
||||
int rc = write(1, log_buffer, mem_len(log_buffer));
|
||||
int rc = write(2, log_buffer, mem_len(log_buffer));
|
||||
(void) rc;
|
||||
str_trunc(log_buffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user