Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/SnmpPlugin/ccsp_scalar_helper_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ CcspScalarHelperRegisterMibHandler
mibHandler
);

AnscTraceInfo(("Register Cache handler successfully.\n"));
CcspTraceDebug(("Register Cache handler successfully.\n"));
}
entry = AnscQueueGetNextEntry(entry);
}
Expand Down
2 changes: 1 addition & 1 deletion source/SnmpPlugin/ccsp_table_helper_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ CcspTableHelperRegisterMibHandler
if (mibHandler)
netsnmp_inject_handler( reg, mibHandler);

AnscTraceInfo(("Register Cache handler for Table Mibs successfully.\n"));
CcspTraceDebug(("Register Cache handler for Table Mibs successfully.\n"));
}
}

4 changes: 2 additions & 2 deletions source/SnmpPlugin/cosa_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ BOOL Cosa_GetParamValues
)
{

CcspTraceInfo(("RDKB_SNMP : SNMP GET called for param '%s'\n",*pParamArray));
CcspTraceDebug(("RDKB_SNMP : SNMP GET called for param '%s'\n",*pParamArray));
int iStatus = 0;
iStatus =
CcspBaseIf_getParameterValues
Expand All @@ -171,7 +171,7 @@ BOOL Cosa_GetParamValues
else
{

CcspTraceInfo(("RDKB_SNMP : SNMP GET SUCCESS for param '%s'\n",*pParamArray));
CcspTraceDebug(("RDKB_SNMP : SNMP GET SUCCESS for param '%s'\n",*pParamArray));
}
return iStatus == CCSP_SUCCESS;
}
Expand Down
Empty file modified source/test/run_ut.sh
100644 → 100755
Empty file.
Loading