Get rid of a trigraph ("??>") mistakenly put in an error message.

One less warning to annoy me...

MFC after:	1 week
This commit is contained in:
Garance A Drosehn 2001-06-16 00:14:02 +00:00
parent f964d60dd3
commit 685f7a3889
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78317

View File

@ -569,7 +569,7 @@ startup(void)
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);
}
}