X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fconnectivity.c;h=45b65aab5b09c1c5ba35110bbff618f6144de153;hb=90d514946634caca37c409233513c14ffb0d98e0;hp=30977e1819b08afdf8e8cfc9b6317f4d11515cb9;hpb=67c2a62e2ab8d4890d38e06bf62668806cad7526;p=collectd.git diff --git a/src/connectivity.c b/src/connectivity.c index 30977e18..45b65aab 100644 --- a/src/connectivity.c +++ b/src/connectivity.c @@ -27,10 +27,10 @@ #include "collectd.h" -#include "utils/common/common.h" #include "plugin.h" -#include "utils_complain.h" +#include "utils/common/common.h" #include "utils/ignorelist/ignorelist.h" +#include "utils_complain.h" #include #include @@ -474,7 +474,8 @@ static int connectivity_link_state(struct nlmsghdr *msg) { } DEBUG("connectivity plugin (%llu): Interface %s status is now %s", - il->timestamp, dev, ((ifi->ifi_flags & IFF_RUNNING) ? "UP" : "DOWN")); + (unsigned long long)il->timestamp, dev, + ((ifi->ifi_flags & IFF_RUNNING) ? "UP" : "DOWN")); // no need to loop again, we found the interface name attr // (otherwise the first if-statement in the loop would