aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortianzhishuizhu <tianzhishuizhu5@gamil.com>2016-09-14 16:16:37 +0800
committertianzhishuizhu <tianzhishuizhu5@gamil.com>2016-09-14 16:16:37 +0800
commit0a73a9bd9c55fa4654c02fbaa60f38d12ffd7554 (patch)
tree3644416f014ebefe4a97aae395f303950f0fca7a /src
parentd9addc92450219c8f841679eac160e141fe27ef4 (diff)
parentafcf56753877a2e733dfdb8e783ca96f87d2f409 (diff)
Merge branch 'dev' of github.com:tianzhishuizhu/nDPI into dev
Diffstat (limited to 'src')
-rw-r--r--src/lib/protocols/syslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/syslog.c b/src/lib/protocols/syslog.c
index 3f8a6c0b8..589f40f21 100644
--- a/src/lib/protocols/syslog.c
+++ b/src/lib/protocols/syslog.c
@@ -52,8 +52,8 @@ void ndpi_search_syslog(struct ndpi_detection_module_struct
break;
}
}
- NDPI_LOG(NDPI_PROTOCOL_SYSLOG, ndpi_struct, NDPI_LOG_DEBUG,
- "read symbols while the symbol is a number.\n");
+ NDPI_LOG(NDPI_PROTOCOL_SYSLOG, ndpi_struct, NDPI_LOG_DEBUG,
+ "read symbols while the symbol is a number.\n");
if (packet->payload[i++] != '>') {
NDPI_LOG(NDPI_PROTOCOL_SYSLOG, ndpi_struct, NDPI_LOG_DEBUG, "there is no > following the number.\n");