Added comment

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2004-11-21 10:29:06 +00:00
parent 2c0a864ba3
commit 27e67ac456
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ void PrinterDriver::About()
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(("\tprinter_name: %s\n", printerName));
DBGMSG(("<%s: add_printer\n", GetDriverName()));