Message ID | 20231004124446.491481-1-f.ebner@proxmox.com |
---|---|
State | New |
Headers | show |
Series | util/log: re-allow switching away from stderr log file | expand |
Queued, thanks. Paolo
diff --git a/util/log.c b/util/log.c index def88a9402..d36c98da0b 100644 --- a/util/log.c +++ b/util/log.c @@ -298,6 +298,8 @@ static bool qemu_set_log_internal(const char *filename, bool changed_name, r->fd = logfile; qatomic_rcu_set(&global_file, NULL); call_rcu(r, rcu_close_file, rcu); + } + if (changed_name) { logfile = NULL; } }