summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d183dca)
raw | patch | inline | side by side (parent: d183dca)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 12:54:32 +0000 (14:54 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 12:54:32 +0000 (14:54 +0200) |
src/utils_cmd_putval.c | patch | blob | history |
diff --git a/src/utils_cmd_putval.c b/src/utils_cmd_putval.c
index 009ab3dc07812ef4a3472445195f762522eee91d..4c40e557a2a27b22af35fd0f53469c0ba7d83ebb 100644 (file)
--- a/src/utils_cmd_putval.c
+++ b/src/utils_cmd_putval.c
} /* while (*buffer != 0) */
/* Done parsing the options. */
- if (fh!=stdout)
- print_to_socket (fh, "0 Success: %i %s been dispatched.\n",
+ if (fh!=stdout)
+ print_to_socket (fh, "0 Success: %i %s been dispatched.\n",
values_submitted,
(values_submitted == 1) ? "value has" : "values have");