We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd40191 commit 31dd4c5Copy full SHA for 31dd4c5
1 file changed
src/session_client.c
@@ -1011,6 +1011,16 @@ nc_ctx_check_and_fill(struct nc_session *session)
1011
}
1012
1013
1014
+ if (get_schema_support) {
1015
+ VRB("Session %u: capability for <get-schema> support found.", session->id);
1016
+ } else {
1017
+ VRB("Session %u: capability for <get-schema> support not found.", session->id);
1018
+ }
1019
+ if (yanglib_support) {
1020
+ VRB("Session %u: capability for yang-library support found.", session->id);
1021
1022
+ VRB("Session %u: capability for yang-library support not found.", session->id);
1023
1024
1025
/* get information about server's schemas from capabilities list until we will have yang-library */
1026
if (build_schema_info_cpblts(session->opts.client.cpblts, &server_modules) || !server_modules) {
0 commit comments