Migrated scepclient/openac logging hooks to new signature

This commit is contained in:
Martin Willi
2010-04-07 15:51:55 +02:00
parent 54e354f2d6
commit 613ceca96c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ static bool stderr_quiet = FALSE;
/**
* openac dbg function
*/
static void openac_dbg(int level, char *fmt, ...)
static void openac_dbg(debug_t group, level_t level, char *fmt, ...)
{
int priority = LOG_INFO;
char buffer[8192];
+1 -1
View File
@@ -41,7 +41,7 @@ bool
/**
* @brief scepclient dbg function
*/
static void scepclient_dbg(int level, char *fmt, ...)
static void scepclient_dbg(debug_t group, level_t level, char *fmt, ...)
{
int priority = LOG_INFO;
int debug_level;