1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

Fixed typo in debug statement.

(This used to be commit 49e429a97ff2b6b1889937c998f67d73d35829e1)
This commit is contained in:
Tim Potter 2002-04-09 06:19:42 +00:00
parent bcb842be57
commit d0d61ba689

View File

@ -917,7 +917,7 @@ WERROR _spoolss_open_printer_ex( pipes_struct *p, SPOOL_Q_OPEN_PRINTER_EX *q_u,
Printer=find_printer_index_by_hnd(p, handle);
if (!Printer) {
DEBUG(0,(" _spoolss_open_printer_ex: logic error. \
Can't find printer handle we created for priunter %s\n", name ));
Can't find printer handle we created for printer %s\n", name ));
close_printer_handle(p,handle);
return WERR_INVALID_PRINTER_NAME;
}