Fixed spelling error in marco's

This commit is contained in:
Michiel Broek
2004-08-08 11:58:08 +00:00
parent 832da931e3
commit 8acef44a3e
6 changed files with 6 additions and 3 deletions

View File

@@ -861,7 +861,8 @@ node *getnlent(faddr *addr)
if (strncmp(p, (*tmps)->flag, 3) == 0) {
if (atoi(r)) {
(*tmps)->tmpport = atoi(r);
Syslog('n', "getnlent: port override %s %s to %d", (*tmpm)->name, p, (*tmps)->tmpport);
Syslog('n', "getnlent: port override %s %d to %d",
(*tmpm)->name, (*tmps)->defport, (*tmps)->tmpport);
}
}
}