aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coopgammad.c2
-rw-r--r--src/servers/coopgamma.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/coopgammad.c b/src/coopgammad.c
index b93d0a7..92700e0 100644
--- a/src/coopgammad.c
+++ b/src/coopgammad.c
@@ -599,7 +599,7 @@ static char* reexecute(void)
goto fail;
if (marshal(statebuffer) != buffer_size)
{
- fprintf(stderr, "%s: internal error", argv0);
+ fprintf(stderr, "%s: internal error\n", argv0);
errno = 0;
goto fail;
}
diff --git a/src/servers/coopgamma.c b/src/servers/coopgamma.c
index bef0cf9..d3e7f34 100644
--- a/src/servers/coopgamma.c
+++ b/src/servers/coopgamma.c
@@ -116,7 +116,7 @@ static ssize_t remove_filter(struct output* restrict out, struct filter* restric
if (i == out->table_size)
{
- fprintf(stderr, "%s: ignoring attempt to removing non-existing filter on CRTC %s: %s",
+ fprintf(stderr, "%s: ignoring attempt to removing non-existing filter on CRTC %s: %s\n",
argv0, out->name, filter->class);
return (ssize_t)(out->table_size);
}