Replaced all references to *fprintf(stderr,* by log_msg() in config_init.c

This commit is contained in:
Franck Joncourt
2013-04-26 17:16:05 +02:00
parent 65d0517a9c
commit 2396193e06
2 changed files with 83 additions and 74 deletions

View File

@@ -26,6 +26,8 @@
* USA
*/
/* TODO : Normal/info/debug message should go to stdout */
#include "fwknop_common.h"
#include "log_msg.h"
#include <stdarg.h>