Colored debugging...
FossilOrigin-Name: 153201cffee624726d6bcd3e428c0d69d7cc9e9cba6a84a5687de94a850550dd
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "capwap/log.h"
|
||||
#include "capwap/dbg.h"
|
||||
|
||||
#include "wtp.h"
|
||||
#include "wtp_conf.h"
|
||||
|
||||
int sulking_state()
|
||||
{
|
||||
cw_dbg(DBG_CW_INFO,"Entering Sulking state");
|
||||
cw_dbg(DBG_CW_INFO,"Sleeping for %i seconds",conf_silent_interval);
|
||||
cw_dbg(DBG_INFO,"Sulking state, sleeping for %i seconds",conf_silent_interval);
|
||||
sleep(conf_silent_interval);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user