diff th_args.c @ 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 c5ce9a4bfc3e
children 4ca6a3b30fe8
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;
             }
         }