From 8411fe4e313e672811c74be5e026908e43f90deb Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Wed, 31 Jul 2024 16:15:17 +0100 Subject: [PATCH] Simplify message --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index bb164b4e..ae71419d 100644 --- a/src/main.c +++ b/src/main.c @@ -1669,7 +1669,7 @@ skipopen: goto sig_again; } msg_info("\n"); - pmsg_error("invalid device signature%s\n", verbose<1? str_cchex(sig->buf, 3, 1): ""); + pmsg_error("invalid device signature\n"); if (!ovsigck) { imsg_error("expected signature for %s is%s\n", p->desc, str_cchex(p->signature, 3, 1)); imsg_error("double check connections and try again, or use -F to override this check\n");