aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/syslog.c
diff options
context:
space:
mode:
authortianzhishuizhu <1486397504@qq.com>2016-09-13 15:55:05 +0800
committerGitHub <noreply@github.com>2016-09-13 15:55:05 +0800
commitafcf56753877a2e733dfdb8e783ca96f87d2f409 (patch)
tree57295da443d0d1f137f59ab5af662e65957448d0 /src/lib/protocols/syslog.c
parent2b67b3bc810024ba2175d8045e67a64fdbb9de59 (diff)
Update syslog.c
Diffstat (limited to 'src/lib/protocols/syslog.c')
-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");