diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/core/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/log.c b/src/lib/core/log.c index b1cab4c..8f24702 100644 --- a/src/lib/core/log.c +++ b/src/lib/core/log.c @@ -89,7 +89,7 @@ int log_msgv(FILE *stream, const struct ExecPoint ep, const char *preface_color, SYSERROR("\nvfprintf failed"); return len; } - fprintf(stderr, LINE_SEP); + fprintf(stream, LINE_SEP); return len; } |
