aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_host.c')
-rw-r--r--pingu_host.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pingu_host.c b/pingu_host.c
index 640b928..efc3f43 100644
--- a/pingu_host.c
+++ b/pingu_host.c
@@ -227,13 +227,11 @@ int pingu_host_set_status(struct pingu_host *host, int status)
int route_action = 0;
host->burst.active = 0;
if (host->status == status) {
- log_debug("%s: %s: status is still %i",
- host->iface->name, host->host, status);
+ log_debug("%s: status is still %i", host->label, status);
return status;
}
host->status = status;
- log_info("%s: %s: new status: %i",
- host->iface->name, host->host, status);
+ log_info("%s: new status: %i", host->label, status);
switch (host->status) {
case 0:
action = host->down_action;