mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-13 13:17:43 +03:00
network: fix typo in log message
This commit is contained in:
parent
393a256bbb
commit
3d282fff06
@ -1825,7 +1825,7 @@ int manager_set_timezone(Manager *m, const char *tz) {
|
||||
return log_oom();
|
||||
|
||||
if (!m->bus || sd_bus_is_ready(m->bus) <= 0) {
|
||||
log_info("Not connected to system bus, not setting hostname.");
|
||||
log_info("Not connected to system bus, not setting timezone.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user