X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flog.c;h=575ed51de1d48a87cdb7cc633f76f2f828d0b54d;hp=d82747ea8c914459997a254c9435a2d563721977;hb=0355825f59d846b6692a92ae221cbbd6678b4d1e;hpb=c899f8c61a6f42ec53dbc5645e0ff96c58b2d57a diff --git a/src/log.c b/src/log.c index d82747ea8..575ed51de 100644 --- a/src/log.c +++ b/src/log.c @@ -212,6 +212,9 @@ int log_open(void) { } log_close_syslog(); + + /* Get the real /dev/console if we are PID=1, hence reopen */ + log_close_console(); return log_open_console(); } @@ -519,10 +522,9 @@ void log_parse_environment(void) { if (log_show_color_from_string(e) < 0) log_warning("Failed to parse bool %s. Ignoring.", e); - if ((e = getenv("SYSTEMD_LOG_LOCATION"))) { + if ((e = getenv("SYSTEMD_LOG_LOCATION"))) if (log_show_location_from_string(e) < 0) log_warning("Failed to parse bool %s. Ignoring.", e); - } } LogTarget log_get_target(void) {