Skip to content

Commit

Permalink
[#160] Removed change to printf due to build issue with debug enabled;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed May 12, 2023
1 parent 48f12d2 commit df676aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src_main/sadb_routine_inmemory.template.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static int32_t sadb_get_operational_sa_from_gvcid(uint8_t tfvn, uint16_t scid, u
printf(KYEL "\tscid %d\n" RESET, scid);
printf(KYEL "\tvcid %d\n" RESET, vcid);
printf(KYEL "\tmapid %02X\n" RESET, mapid);
printf(KYEL "***FYI TM_SIZE set to %d\n" RESET, TM_SIZE);
printf(KYEL "***FYI TM_SIZE set to %ld\n" RESET, TM_SIZE);
#endif
}

Expand Down

0 comments on commit df676aa

Please sign in to comment.