Skip to content

Commit ac3cb7c

Browse files
DavidKorczynskinokute78
authored andcommitted
in_exec_wasi: add error message
Signed-off-by: David Korczynski <[email protected]>
1 parent c58fc4f commit ac3cb7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/in_exec_wasi/in_exec_wasi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ static int in_exec_wasi_collect(struct flb_input_instance *ins,
6161

6262
/* Validate the temporary file was created */
6363
if (stdoutp == NULL) {
64+
flb_plg_error(ctx->ins, "failed to created temporary file");
6465
return -1;
6566
}
6667

0 commit comments

Comments
 (0)