Skip to content

Commit bf05f20

Browse files
committed
Log FFI info as INFO
1 parent cf30a2d commit bf05f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi/worker/worker.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void *worker_run(void *aWorker) {
195195
}
196196

197197

198-
logWarn("Finishing Nested run: %d from %d\n", worker->nestedRuns, myRun);
198+
logInfo("Finishing Nested run: %d from %d\n", worker->nestedRuns, myRun);
199199

200200
worker->nestedRuns --;
201201

0 commit comments

Comments
 (0)