X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_putnotif.c;h=18c1eceedff4f834d5dc196f906bc2426ce18b34;hb=0109e3c1f3a515ed716ddbdc261e0ed2e3f8e640;hp=0282e4e2027318c2f9906c6387d20c3ef496438d;hpb=8057cd230cbc322e17f7435732ea5b73eef1fa08;p=collectd.git diff --git a/src/utils_cmd_putnotif.c b/src/utils_cmd_putnotif.c index 0282e4e2..18c1ecee 100644 --- a/src/utils_cmd_putnotif.c +++ b/src/utils_cmd_putnotif.c @@ -133,7 +133,7 @@ int handle_putnotif (FILE *fh, char **fields, int fields_num) status = parse_option (&n, fields[i]); if (status != 0) { - fprintf (fh, "-1 Error parsing option `%s'", fields[i]); + fprintf (fh, "-1 Error parsing option `%s'\n", fields[i]); break; } }