Added comment
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2c0a864ba3
commit
27e67ac456
@ -54,6 +54,9 @@ void PrinterDriver::About()
|
|||||||
|
|
||||||
char* PrinterDriver::AddPrinter(char* printerName)
|
char* PrinterDriver::AddPrinter(char* printerName)
|
||||||
{
|
{
|
||||||
|
// print_server has created a spool folder with name printerName in
|
||||||
|
// folder B_USER_PRINTERS_DIRECTORY. It can be used to store
|
||||||
|
// settings in the folder attributes.
|
||||||
DBGMSG((">%s: add_printer\n", GetDriverName()));
|
DBGMSG((">%s: add_printer\n", GetDriverName()));
|
||||||
DBGMSG(("\tprinter_name: %s\n", printerName));
|
DBGMSG(("\tprinter_name: %s\n", printerName));
|
||||||
DBGMSG(("<%s: add_printer\n", GetDriverName()));
|
DBGMSG(("<%s: add_printer\n", GetDriverName()));
|
||||||
|
Loading…
Reference in New Issue
Block a user