diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-03-05 14:57:57 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-03-05 14:57:57 +0100 |
commit | 8805a54dea7dd01b40dc7dab3aac78c673d6fecb (patch) | |
tree | 6f2003c53b6471cf66cd5605829db3f7ae52e70d /src/merchant-tools/taler-merchant-benchmark.c | |
parent | 738385d8a9ea103efac3f2685ec0cdbd5aeda9df (diff) |
UI
Diffstat (limited to 'src/merchant-tools/taler-merchant-benchmark.c')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 9 |
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; } |