Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
netatalk
netatalk.papd.ppdfile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File netatalk.papd.ppdfile.patch of Package netatalk
--- etc/papd/main.c | 2 +- etc/papd/print_cups.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) Index: netatalk-2.1.5/etc/papd/main.c =================================================================== --- netatalk-2.1.5.orig/etc/papd/main.c +++ netatalk-2.1.5/etc/papd/main.c @@ -820,7 +820,7 @@ int rprintcap( struct printer *pr) } strcpy( pr->p_ppdfile, p ); pr->p_flags |= P_CUPS_PPD; - LOG(log_info, logtype_papd, "PPD File for %s set to %s", pr->p_printer, pr->p_ppdfile ); + LOG(log_info, logtype_papd, "%s: PPD File for %s set to %s", __func__, pr->p_printer, pr->p_ppdfile ); } } Index: netatalk-2.1.5/etc/papd/print_cups.c =================================================================== --- netatalk-2.1.5.orig/etc/papd/print_cups.c +++ netatalk-2.1.5/etc/papd/print_cups.c @@ -427,6 +427,7 @@ cups_autoadd_printers ( struct printer * } strcpy( pr->p_ppdfile, p ); pr->p_flags |= P_CUPS_PPD; + LOG(log_info, logtype_papd, "%s: PPD File for %s set to %s", __func__, pr->p_printer, pr->p_ppdfile ); } if ( (ret = cups_check_printer ( pr, printers, 0)) == -1)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor