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:
parent
f964d60dd3
commit
685f7a3889
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user