Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dyyu
openairinterface5G
Commits
4685536b
Commit
4685536b
authored
Oct 05, 2017
by
frtabu
Browse files
telnet display log level fix
parent
f2cb406b
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/utils/telnetsrv/telnetsrv_proccmd.c
View file @
4685536b
...
...
@@ -22,6 +22,7 @@
#include "telnetsrv.h"
#define TELNETSRV_PROCCMD_MAIN
#include "log.h"
#include "log_extern.h"
#include "telnetsrv_proccmd.h"
void
decode_procstat
(
char
*
record
,
int
debug
,
telnet_printfunc_t
prnt
)
...
...
common/utils/telnetsrv/telnetsrv_proccmd.h
View file @
4685536b
...
...
@@ -34,9 +34,7 @@
#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_thread
(
char
*
buf
,
int
debug
,
telnet_printfunc_t
prnt
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment