From 3df0445040f1f9c70efcfa2b703255c21fed3905 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 2 May 2007 17:53:46 +0000 Subject: [PATCH] added missing loglevel git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@320 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/log.cpp b/core/log.cpp index e0110c69..79569ae5 100644 --- a/core/log.cpp +++ b/core/log.cpp @@ -90,7 +90,7 @@ void log_fac_print(int level, const char* fct, char* file, int line, char* fmt, strncat(logline, fmt, sizeof(logline)); va_start(ap, fmt); - for(unsigned i=0; ilog(logline, ap); + for(unsigned i=0; ilog(level, logline, ap); va_end(ap); }