Skip to content
Snippets Groups Projects
Commit 4685536b authored by frtabu's avatar frtabu
Browse files

telnet display log level fix

parent f2cb406b
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "telnetsrv.h" #include "telnetsrv.h"
#define TELNETSRV_PROCCMD_MAIN #define TELNETSRV_PROCCMD_MAIN
#include "log.h" #include "log.h"
#include "log_extern.h"
#include "telnetsrv_proccmd.h" #include "telnetsrv_proccmd.h"
void decode_procstat(char *record, int debug, telnet_printfunc_t prnt) void decode_procstat(char *record, int debug, telnet_printfunc_t prnt)
......
...@@ -34,9 +34,7 @@ ...@@ -34,9 +34,7 @@
#ifdef TELNETSRV_PROCCMD_MAIN #ifdef TELNETSRV_PROCCMD_MAIN
/* global variable from log.c */
extern mapping *log_level_names;
extern mapping *log_verbosity_names;
extern int proccmd_show(char *buf, int debug, telnet_printfunc_t prnt); extern int proccmd_show(char *buf, int debug, telnet_printfunc_t prnt);
extern int proccmd_thread(char *buf, int debug, telnet_printfunc_t prnt); extern int proccmd_thread(char *buf, int debug, telnet_printfunc_t prnt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment