working commit

This commit is contained in:
Олег Бородин
2026-05-20 18:37:38 +02:00
parent 71c4b249cf
commit 3f7cfcd234
+1 -1
View File
@@ -49,7 +49,7 @@ std::expected<void, std::string> TunService::Init(void) {
auto raddr = raddrRes.value(); auto raddr = raddrRes.value();
TunNetwork tunnet(laddr, raddr); TunNetwork tunnet(laddr, raddr);
tunnets.push_back(tunnet); tunnets.push_back(tunnet);
uxlogger.Debug(std::format("Aviliable address: {} -- {}", laddr, raddr)); uxlogger.Debug(std::format("Available address: {} -- {}", laddr, raddr));
} }
return {}; return {};
} }