mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-19 12:05:54 -04:00
- Change default log level to 6 / NTC
- Reviewed log levels to make motion less verbose and move most of them to NTC level.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* webhttpd.h
|
||||
*
|
||||
* Include file for webhttpd.c
|
||||
* Include file for webhttpd.c
|
||||
*
|
||||
* Specs : http://www.lavrsen.dk/twiki/bin/view/Motion/MotionHttpAPI
|
||||
*
|
||||
* Copyright 2004-2005 by Angel Carpintero (ack@telefonica.net)
|
||||
* Copyright 2004-2005 by Angel Carpintero (motiondevelop@gmail.com)
|
||||
* This software is distributed under the GNU Public License Version 2
|
||||
* See also the file 'COPYING'.
|
||||
*
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#define TWIKI_URL "http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideAlphabeticalOptionReferenceManual"
|
||||
|
||||
void * motion_web_control(void *arg);
|
||||
void * motion_web_control(void *arg);
|
||||
void httpd_run(struct context **);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user