Commit 533a1ea9 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Fix typo

parent d9c94b81
......@@ -4070,14 +4070,14 @@ void amf_n1::initialize_registration_accept(
allowed_nssais.push_back(snssai);
found = true;
break;
} else {
Logger::amf_n1().debug(
"Requested S-NSSAI (SST 0x%x, SD 0x%x), Configured S-NSSAI "
"(SST "
"0x%x, SD 0x%x)",
rn.sst, rn.sd, s.sst, s.sd);
}
}
} else {
Logger::amf_n1().debug(
"Requested S-NSSAI (SST 0x%x, SD 0x%x), Configured S-NSSAI (SST "
"0x%x, SD 0x%x)",
rn.sst, rn.sd, s.sst, s.sd);
}
}
......
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