Changeset 4163
- Timestamp:
- 12/19/10 20:44:45 (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/module-monitor.c
r4162 r4163 492 492 493 493 static void monitor_set_debuglevel(char *flag){ 494 if (flag) 494 if (flag) { 495 495 cs_dblevel = atoi(flag); 496 cs_log("%s debug_level=%d", "all", cs_dblevel); 497 } 496 498 } 497 499 -
trunk/oscam-http.c
r4160 r4163 1833 1833 1834 1834 char *debuglvl = getParam(params, "debug"); 1835 if(strlen(debuglvl) > 0) 1835 if(strlen(debuglvl) > 0) { 1836 1836 cs_dblevel = atoi(debuglvl); 1837 cs_log("%s debug_level=%d", "all", cs_dblevel); 1838 } 1837 1839 1838 1840 if(getParamDef(params, "hide", NULL)) {
Note:
See TracChangeset
for help on using the changeset viewer.