mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +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
311f923fee
commit
c2800681d8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static char ebuf[2048];
|
|||
|
||||
#ifdef HAVE_SYSLOG
|
||||
|
||||
static int log_priority;
|
||||
static int log_priority = LOG_DEBUG;
|
||||
|
||||
static void
|
||||
gdnc_log (int prio)
|
||||
|
|
Loading…
Reference in a new issue