]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: fix a couple of format string types
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Nov 2015 11:30:57 +0000 (12:30 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Nov 2015 12:02:49 +0000 (13:02 +0100)
commit66a6bd68976a20449bfcae0c55853d497a3f9b27
tree0b45d12b19239d4cbc146a113f64f45806de69f9
parenteb3da9012f462da2451edeb8d67c5b67c833a0b1
networkd: fix a couple of format string types

We really should use %i for ints, and %u for unsigneds, and be careful
what we pick depending on the type we want to print.
src/network/networkd-link.c