projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2716228
)
procd: Add missing \n in debug message
author
Michal Sojka
<sojkam1@fel.cvut.cz>
Sat, 11 Mar 2017 00:48:14 +0000
(
01:48
+0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 20 Jun 2017 14:48:43 +0000
(16:48 +0200)
Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
inittab.c
patch
|
blob
|
history
diff --git
a/inittab.c
b/inittab.c
index 011d7a67e644841ed5ed7cb95e4f88c385b6cceb..21172f7c065cdc9474ca037398757e9b78b026a8 100644
(file)
--- a/
inittab.c
+++ b/
inittab.c
@@
-303,7
+303,7
@@
void procd_inittab(void)
if (regexec(&pat_inittab, line, 5, matches, 0))
continue;
- DEBUG(4, "Parsing inittab - %s", line);
+ DEBUG(4, "Parsing inittab - %s
\n
", line);
for (i = TAG_ID; i <= TAG_PROCESS; i++) {
line[matches[i].rm_eo] = '\0';