diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2001-06-16 00:14:02 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2001-06-16 00:14:02 +0000 |
| commit | 685f7a3889dac42890ce00561f7be4933e6eea85 (patch) | |
| tree | d46c567f76e139edd2a16e4668d2cf7b87931f43 | |
| parent | f964d60dd3287932055bfdaadf3cba4a7ff2d648 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/lpr/lpd/lpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c index 75ee36479c18..9c1fdaae0340 100644 --- a/usr.sbin/lpr/lpd/lpd.c +++ b/usr.sbin/lpr/lpd/lpd.c @@ -569,7 +569,7 @@ errloop: if (status) syslog(LOG_WARNING, "lpd startup: printcap entry for %s has errors, skipping", - pp->printer ? pp->printer : "<???>"); + pp->printer ? pp->printer : "<noname?>"); } while (more && status); } } |
