commit 8805a54dea7dd01b40dc7dab3aac78c673d6fecb parent 738385d8a9ea103efac3f2685ec0cdbd5aeda9df Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 5 Mar 2019 14:57:57 +0100 UI Diffstat:
| M | src/merchant-tools/taler-merchant-benchmark.c | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c @@ -514,9 +514,12 @@ run (void *cls, corner_commands); return; } - - TALER_LOG_ERROR ("Neither ordinary or corner payments" - " were specified to be run.\n"); + + /* Should never get here, as the control on subcommands + * happens earlier at launch time. */ + fprintf (stderr, + "None of 'ordinary' or 'corner'" + " subcommands were given\n"); result = 1; }