summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-06-13 18:34:34 +0200
committerTom Gundersen <teg@jklm.no>2014-06-13 18:34:34 +0200
commit97578344f3bd03c8ea651d8888622e82c599eadf (patch)
tree9f2217785291c9614821717298d4b6afbcb6a135 /src/network/networkd-network.c
parentdd43110f781a9245ec00531456fee68ed763a179 (diff)
networkd: link - left-align debug messages
Still add some whitespace betwen ifname and the message to get the messages aligned (as I find it easier to spot specific messages this way).
Diffstat (limited to 'src/network/networkd-network.c')
-rw-r--r--src/network/networkd-network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c
index f42fc171b..4e3817314 100644
--- a/src/network/networkd-network.c
+++ b/src/network/networkd-network.c
@@ -223,7 +223,7 @@ int network_get(Manager *manager, struct udev_device *device,
udev_device_get_property_value(device, "ID_NET_DRIVER"),
udev_device_get_devtype(device),
ifname)) {
- log_debug("%*s: found matching network '%s'", IFNAMSIZ, ifname,
+ log_debug("%-*s: found matching network '%s'", IFNAMSIZ, ifname,
network->filename);
*ret = network;
return 0;