network: fix typo in log message

This commit is contained in:
Yu Watanabe 2018-04-05 00:33:22 +09:00
parent 393a256bbb
commit 3d282fff06
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}