Skip to content

Commit

Permalink
task: fix debug/warn message
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
  • Loading branch information
edsiper authored and zhaoyang.wang committed May 28, 2018
1 parent a1b54ba commit 9473910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void flb_task_destroy(struct flb_task *task)
struct flb_task_route *route;
struct flb_task_retry *retry;

flb_warn("[task] destroy task=%p (task_id=%i)", task, task->id);
flb_debug("[task] destroy task=%p (task_id=%i)", task, task->id);

/* Release task_id */
map_free_task_id(task->id, task->config);
Expand Down

0 comments on commit 9473910

Please sign in to comment.