Fix a diagnostic

This commit is contained in:
Brian Somers 2001-09-04 22:07:56 +00:00
parent 516f7ab7ac
commit 156a04e466

View File

@ -747,7 +747,7 @@ rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst,
if (ncpaddr_isdefault(gw)) {
if (!quiet)
log_Printf(LogERROR, "rt_Set: Cannot add a route with"
" destination 0.0.0.0\n");
" gateway 0.0.0.0\n");
close(s);
return result;
} else {