We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74e7bc commit 6127640Copy full SHA for 6127640
1 file changed
packages/core/core.ts
@@ -158,7 +158,7 @@ export async function startFuzzing(options: Options) {
158
function logInfoAboutFuzzerOptions(fuzzerOptions: string[]) {
159
fuzzerOptions.slice(1).forEach((element) => {
160
if (element.length > 0 && element[0] != "-") {
161
- console.log("INFO: seed corpus: input file:", element);
+ console.error("INFO: using inputs from:", element);
162
}
163
});
164
0 commit comments