Commit 3c4cfaac authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Code cleanup

parent 9b11f6d8
...@@ -72,12 +72,12 @@ edge edge::from_upf_info(const upf_info_t& upf_info) { ...@@ -72,12 +72,12 @@ edge edge::from_upf_info(const upf_info_t& upf_info) {
} }
if (!e.snssai_dnns.empty()) { if (!e.snssai_dnns.empty()) {
Logger::smf_app().debug("Link info:"); Logger::smf_app().debug("UPF link info:");
for (const auto s : e.snssai_dnns) { for (const auto s : e.snssai_dnns) {
Logger::smf_app().debug("%s", s.to_string().c_str()); Logger::smf_app().debug("%s", s.to_string().c_str());
} }
} else { } else {
Logger::smf_app().debug("Link info from UPF, empty"); Logger::smf_app().debug("UPF link info empty");
} }
return e; return e;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment