changeset 673:1763d9b26a58

Do not show 'Invalid argument' message, assume the caller does it.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Feb 2020 16:11:38 +0200
parents 1d4d22c862ed
children dfabc7eef3dd
files th_args.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_args.c	Mon Feb 24 07:42:34 2020 +0200
+++ b/th_args.c	Mon Feb 24 16:11:38 2020 +0200
@@ -161,7 +161,6 @@
             if (handle_other == NULL ||
                 (handle_other != NULL && !handle_other(str)))
             {
-                THERR("Invalid argument '%s'\n", str);
                 optionsOK = FALSE;
             }
         }