pvxvct print beacons as info (shown by default)

This commit is contained in:
Michael Davidsaver
2022-01-28 11:06:40 -08:00
parent 341c8308e0
commit c141478c19
+2 -2
View File
@@ -232,8 +232,8 @@ int main(int argc, char *argv[])
return;
const auto& guid = msg.guid;
log_debug_printf(out, "%s\n",
std::string(pva::impl::SB()<<msg.src<<" Beacon "<<guid<<' '<<msg.server).c_str());
log_info_printf(out, "%s\n",
std::string(pva::impl::SB()<<msg.src<<" Beacon "<<guid<<' '<<msg.server).c_str());
};