aboutsummaryrefslogtreecommitdiffstats
path: root/src/servers
diff options
context:
space:
mode:
Diffstat (limited to 'src/servers')
-rw-r--r--src/servers/coopgamma.c2
1 files changed, 1 insertions, 1 deletions
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);
}