Migrated scepclient/openac logging hooks to new signature
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ static bool stderr_quiet = FALSE;
|
|||||||
/**
|
/**
|
||||||
* openac dbg function
|
* 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;
|
int priority = LOG_INFO;
|
||||||
char buffer[8192];
|
char buffer[8192];
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ bool
|
|||||||
/**
|
/**
|
||||||
* @brief scepclient dbg function
|
* @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 priority = LOG_INFO;
|
||||||
int debug_level;
|
int debug_level;
|
||||||
|
|||||||
Reference in New Issue
Block a user