index
:
potd.git
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
log msg
author
committer
range
feature/jail_packet
feature/jail_protocol
master
skeleton
thesis
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
main.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/main.c')
-rw-r--r--
src/main.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0ea7845..31e4330 100644
--- a/
src/main.c
+++ b/
src/main.c
@@ -354,7 +354,7 @@ int main(int argc, char *argv[])
if (getopt_used(OPT_LOGLEVEL)) {
value = getopt_str(OPT_LOGLEVEL);
if (!strcasecmp(value, "debug"))
- log_prio = DEBUG;
+ log_prio = LP_DEBUG;
else if (!strcasecmp(value, "protocol"))
log_prio = PROTOCOL;
else if (!strcasecmp(value, "notice"))