fixed tab indentation to spaces, removed debug

This commit is contained in:
mazunki 2021-09-18 01:12:58 +02:00
parent 95ecff0551
commit 5f083193e4
1 changed files with 1 additions and 3 deletions

View File

@ -661,9 +661,7 @@ int waybar::modules::Network::handleEvents(struct nl_msg *msg, void *data) {
net->clearIface();
net->ifid_ = temp_idx;
net->route_priority = priority;
net->gwaddr_ = temp_gw_addr;
spdlog::debug("netwok: gateway {}", net->gwaddr_);
net->gwaddr_ = temp_gw_addr;
spdlog::debug("network: new default route via if{} metric {}", temp_idx, priority);
/* Ask ifname associated with temp_idx as well as carrier status */