Commit dfa68b62 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Add debuging log

parent 3fb09c01
......@@ -41,5 +41,6 @@ void amf_subscription::display() {
if (supi_is_set) Logger::amf_app().debug("\tSUPI: %s", supi.c_str());
Logger::amf_app().debug(
"\tNotify Correlation ID: %s", notify_correlation_id.c_str());
Logger::amf_app().debug("\tNotify URI: %s", notify_uri.c_str());
Logger::amf_app().debug("\tNF ID: %s", nf_id.c_str());
};
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