summaryrefslogtreecommitdiffstats
path: root/ebtablesd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ebtablesd.c')
-rw-r--r--ebtablesd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebtablesd.c b/ebtablesd.c
index 24d9e6a..d1fef5a 100644
--- a/ebtablesd.c
+++ b/ebtablesd.c
@@ -357,7 +357,7 @@ continue_read:
write_msg:
#ifndef SILENT_DAEMON
if (ebt_errormsg[0] != '\0')
- printf("%s\n", ebt_errormsg);
+ printf("%s.\n", ebt_errormsg);
#endif
ebt_errormsg[0]= '\0';
n = 0;