mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
Output name of duplicate spool dir.
Submitted by: Wayne Scott <wscott@ichips.intel.com>
This commit is contained in:
parent
9a9ad9f746
commit
afd70290e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27593
@ -458,7 +458,8 @@ startup()
|
||||
j++) {
|
||||
if (strcmp(spooldir, spooldirs[j]) == 0) {
|
||||
syslog(LOG_ERR,
|
||||
"startup: duplicate spool directories");
|
||||
"startup: duplicate spool directories: %s",
|
||||
spooldir);
|
||||
mcleanup(0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user