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 (ncpaddr_isdefault(gw)) {
if (!quiet) if (!quiet)
log_Printf(LogERROR, "rt_Set: Cannot add a route with" log_Printf(LogERROR, "rt_Set: Cannot add a route with"
" destination 0.0.0.0\n"); " gateway 0.0.0.0\n");
close(s); close(s);
return result; return result;
} else { } else {