More logging reduction and a trace fix.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3692 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-12-21 18:09:15 +00:00
parent 8075bdfe99
commit 1dd3b3c9aa
3 changed files with 2 additions and 3 deletions

View File

@ -1973,7 +1973,7 @@ static bool _tf_ssb_parse_broadcast(const char* in_broadcast, tf_ssb_broadcast_t
printf("pton failed\n");
}
}
else
else if (strncmp(in_broadcast, "ws:", 3))
{
printf("Unsupported broadcast: %s\n", in_broadcast);
}