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

@@ -26,6 +26,8 @@
#include <stabber.h>
#include <pthread.h>
#include "stabber.h"
int
main(int argc , char *argv[])
{
@@ -58,7 +60,7 @@ main(int argc , char *argv[])
return 1;
}
stbbr_start(port, httpport);
stbbr_start(STBBR_LOGINFO, port, httpport);
pthread_exit(0);
}