rdpdr/printer: fix debug messages.

This commit is contained in:
Vic Lee 2011-08-18 10:21:00 +08:00
parent 48d3e65b08
commit 16a83b445a
2 changed files with 1 additions and 2 deletions

View File

@ -212,7 +212,6 @@ static rdpPrinter* printer_cups_new_printer(rdpCupsPrinterDriver* cups_driver, c
rdpCupsPrinter* cups_printer;
cups_printer = xnew(rdpCupsPrinter);
printf("*** created printer %s %X of size %d\n", name, cups_printer, sizeof(rdpCupsPrinter));
cups_printer->printer.id = cups_driver->id_sequence++;
cups_printer->printer.name = xstrdup(name);

View File

@ -251,7 +251,7 @@ void printer_register(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints, rdpPrinter* pri
CachedFieldsLen = 0;
CachedPrinterConfigData = NULL;
printf("**** printer %s %X register\n", printer->name, (unsigned int) printer);
DEBUG_SVC("Printer %s registered", printer->name);
Flags = 0;
if (printer->is_default)