Move fprintf to log

This commit is contained in:
Mark Riddoch
2013-08-21 16:35:01 +02:00
parent 4e41fc49f5
commit 1a18632920

View File

@ -34,6 +34,8 @@
#include <gw.h> #include <gw.h>
#include <telnetd.h> #include <telnetd.h>
#include <adminusers.h> #include <adminusers.h>
#include <skygw_utils.h>
#include <log_manager.h>
/** /**
* @file telnetd.c - telnet daemon protocol module * @file telnetd.c - telnet daemon protocol module
@ -105,7 +107,7 @@ version()
void void
ModuleInit() ModuleInit()
{ {
fprintf(stderr, "Initialise Telnetd Protocol module.\n"); skygw_log_write(LOGFILE_TRACE, "Initialise Telnetd Protocol module.\n");
} }
/** /**