Added log levels

This commit is contained in:
James Booth
2015-06-07 19:03:04 +01:00
parent 40a29755a6
commit 5dfe0a5786
9 changed files with 33 additions and 15 deletions

View File

@@ -2,9 +2,11 @@
#include <pthread.h>
#include <stdlib.h>
#include "stabber.h"
int main(void)
{
stbbr_start(5230, 5231);
stbbr_start(STBBR_LOGDEBUG, 5230, 5231);
stbbr_auth_passwd("password");