Skip to content

Commit

Permalink
HotFixBuild (dkfans#3543)
Browse files Browse the repository at this point in the history
  • Loading branch information
walt253 authored Oct 10, 2024
1 parent cc4e46a commit 676367c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config_trapdoor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,8 +1130,8 @@ TbBool parse_trapdoor_trap_blocks(char *buf, long len, const char *config_textna
}
if (n < 1)
{
CONFWRNLOG("Incorrect value of \"%s\" parameter in [%s] block of %s file.",
COMMAND_TEXT(cmd_num), block_buf, config_textname);
CONFWRNLOG("Incorrect value of \"%s\" parameter in [%.*s] block of %s file.",
COMMAND_TEXT(cmd_num), blocknamelen, blockname, config_textname);
}
break;
case ccr_comment:
Expand Down

0 comments on commit 676367c

Please sign in to comment.