git-svn-id: http://svn.openzap.org/svn/openzap/trunk@16 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-17 16:58:11 +00:00
parent de432ce258
commit 5175361bcc
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static void null_logger(char *file, const char *func, int line, int level, char
}
}
static int zap_log_level;
static int zap_log_level = 7;
static void default_logger(char *file, const char *func, int line, int level, char *fmt, ...)
{