From d065dcf3442ad8abbeb19e4c5b9af83eecdaf281 Mon Sep 17 00:00:00 2001 From: kpl Date: Sun, 16 Feb 2020 19:32:41 -0500 Subject: [PATCH] cwEuCon.cpp : Added debugging printouts. --- cwEuCon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwEuCon.cpp b/cwEuCon.cpp index b07060e..8f7376e 100644 --- a/cwEuCon.cpp +++ b/cwEuCon.cpp @@ -412,7 +412,7 @@ namespace cw const char* name = (const char*)(u+6); const char* label = "MC Mix - 1"; - //printf("%.*s|%li\n", name[0], name+1, strlen(label) ); + printf("%.*s|%li\n", name[0], name+1, strlen(label) ); // if this a 'MC Mix' DNS-SD SRV reply if( strncmp(name+1, label, name[0]) == 0 )