Search
j0ke.net Open Build Service
>
Projects
>
ha
>
csync2-git
> csync2-debug.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File csync2-debug.patch of Package csync2-git
--- csync2.c.orig 2012-02-27 19:54:46.549209332 +0100 +++ csync2.c 2012-02-27 20:02:37.003405617 +0100 @@ -537,7 +537,7 @@ /* Some inetd connect stderr to stdout. The debug level messages on * stderr would confuse the csync2 protocol. Log to syslog instead. */ - if ( mode == MODE_INETD && csync_debug_level && !csync_syslog ) { + if ( mode == MODE_INETD && !csync_syslog ) { csync_syslog = 1; openlog("csync2", LOG_ODELAY, LOG_LOCAL0); }