File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/cellular/framework/AT Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -960,7 +960,7 @@ void ATHandler::cmd_start(const char* cmd)
960
960
961
961
void ATHandler::write_int (int32_t param)
962
962
{
963
- log_debug (" write_int: %d" , param);
963
+ tr_debug (" write_int: %d" , param);
964
964
// do common checks before sending subparameter
965
965
if (check_cmd_send () == false ) {
966
966
return ;
@@ -982,7 +982,7 @@ void ATHandler::write_int(int32_t param)
982
982
983
983
void ATHandler::write_string (const char * param, bool useQuotations)
984
984
{
985
- log_debug (" write_string: %s, %d" , param, useQuotations);
985
+ tr_debug (" write_string: %s, %d" , param, useQuotations);
986
986
// do common checks before sending subparameter
987
987
if (check_cmd_send () == false ) {
988
988
return ;
You can’t perform that action at this time.
0 commit comments