From f144508073df42fcf63f1fd622d48e8386b68f23 Mon Sep 17 00:00:00 2001 From: twisterarmy Date: Wed, 30 Apr 2025 09:38:01 +0300 Subject: [PATCH] update message --- src/twister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twister.cpp b/src/twister.cpp index 798629da..ceee09c7 100644 --- a/src/twister.cpp +++ b/src/twister.cpp @@ -336,7 +336,7 @@ void ThreadWaitExtIP() if (Lookup(strBind.c_str(), addrBind, GetListenPort(), false)) bind_to_interface = strBind.c_str(); else - printf("Cannot resolve -bind address: '%s'", strBind.c_str()); + printf("Cannot resolve -bind address: '%s', using default interface.", strBind.c_str()); break; // we are using only the first value (if there are multiple `-bind` options), // the application behavior may require a separate option for these needs @TODO }