mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Use debug syslog by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cbcf93e905
commit
73b92440f3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static char ebuf[2048];
|
||||||
|
|
||||||
#ifdef HAVE_SYSLOG
|
#ifdef HAVE_SYSLOG
|
||||||
|
|
||||||
static int log_priority;
|
static int log_priority = LOG_DEBUG;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gdnc_log (int prio)
|
gdnc_log (int prio)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue