Print a message if the PostScript driver can't find a PPD file.
This commit is contained in:
parent
5359722ceb
commit
bcad255cb4
|
@ -340,6 +340,8 @@ PRINTERINFO *PSDRV_FindPrinterInfo(LPCSTR name)
|
||||||
HeapFree(PSDRV_Heap, 0, pi->Devmode);
|
HeapFree(PSDRV_Heap, 0, pi->Devmode);
|
||||||
HeapFree(PSDRV_Heap, 0, pi);
|
HeapFree(PSDRV_Heap, 0, pi);
|
||||||
*last = NULL;
|
*last = NULL;
|
||||||
|
MSG("Couldn't find PPD file '%s', expect a crash now!\n",
|
||||||
|
pi->Devmode->dmDrvPrivate.ppdFileName);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue