Skip to content

Commit

Permalink
network: fix typo in log message
Browse files Browse the repository at this point in the history
(cherry picked from commit 3d282ff)
  • Loading branch information
yuwata authored and keszybz committed Apr 9, 2018
1 parent c797519 commit 2ecc5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/networkd-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2ecc5e8

Please sign in to comment.