Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
siproxd
siproxd-log.c.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File siproxd-log.c.patch of Package siproxd
--- src/log.c.orig +++ src/log.c @@ -249,7 +249,7 @@ static void output_to_syslog(const char va_copy(ap_copy, ap); vsnprintf(outbuf, sizeof(outbuf), format, ap_copy); va_end(ap_copy); - syslog(LOG_USER|level, "%s:%i %s%s", file, line, label, outbuf); + syslog(LOG_DAEMON|level, "%s:%i %s%s", file, line, label, outbuf); return; }
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