summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-05 14:57:57 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-05 14:57:57 +0100
commit8805a54dea7dd01b40dc7dab3aac78c673d6fecb (patch)
tree6f2003c53b6471cf66cd5605829db3f7ae52e70d
parent738385d8a9ea103efac3f2685ec0cdbd5aeda9df (diff)
downloadmerchant-8805a54dea7dd01b40dc7dab3aac78c673d6fecb.tar.gz
merchant-8805a54dea7dd01b40dc7dab3aac78c673d6fecb.tar.bz2
merchant-8805a54dea7dd01b40dc7dab3aac78c673d6fecb.zip
UI
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
index 96f28702..0d5cf83a 100644
--- 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;
}