summaryrefslogtreecommitdiff
path: root/lib/ib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ib.c')
-rw-r--r--lib/ib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ib.c b/lib/ib.c
index 3684e43..1eeb7f0 100644
--- a/lib/ib.c
+++ b/lib/ib.c
@@ -47,8 +47,7 @@ static const char *pr_ib(const char *ptr)
pos += sprintf(pos, "%02X:", (*ptr++ & 0377));
}
buff[strlen(buff) - 1] = '\0';
- char *ib_warning = "Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).";
- fprintf(stderr, _(ib_warning));
+ fprintf(stderr, _("Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).\n"));
/* snprintf(buff, sizeof(buff), "%02X:%02X:%02X:%02X:%02X:%02X",
(ptr[0] & 0377), (ptr[1] & 0377), (ptr[2] & 0377),
(ptr[3] & 0377), (ptr[4] & 0377), (ptr[5] & 0377)