Skip to content

Commit 428b288

Browse files
Leonardo Alminanascne59
authored andcommitted
config: removed development aid
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 0d3d816 commit 428b288

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/flb_config.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,8 +1026,6 @@ int flb_config_task_map_resize(struct flb_config *config, size_t new_size)
10261026
int flb_config_task_map_grow(struct flb_config *config)
10271027
{
10281028
if (config->task_map_size >= FLB_CONFIG_DEFAULT_TASK_MAP_SIZE_LIMIT) {
1029-
fprintf(stderr, "TASK MAP SIZE REACHED ITS LIMIT\n");
1030-
10311029
return -1;
10321030
}
10331031

0 commit comments

Comments
 (0)