Commit 4f6df996 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Missing newline

parent af56b5c6
......@@ -134,7 +134,7 @@ mac_callback(void *priv, const struct suckaddr *sa)
free(ls->name);
FREE_OBJ(ls);
if (fail != EAFNOSUPPORT)
ARGV_ERR("Could not get socket %s: %s",
ARGV_ERR("Could not get socket %s: %s\n",
la->name, strerror(fail));
return(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment