Commit Diff


commit - 8cc47726a9c9d75f17a7673168224cbc36fb1f18
commit + 1b0b524762382652ac89ae52a82b72387f79de5a
blob - e4f41a1412c4f226d1dbfce473b38f010cc8d952
blob + e6e94d31bcaebaba807e0c035fce43bda1a0d3e3
--- luzer/luzer.c
+++ luzer/luzer.c
@@ -161,10 +161,7 @@ init(void)
         "WARNING: Coverage symbols are being provided by a library other than "
         "libFuzzer. This will result in a broken Lua code coverage and "
         "severely impacted native extension code coverage. Symbols are coming "
-        "from this library: %s"
-        "\nYou can likely resolve this issue by linking libFuzzer into "
-        "Lua directly, and using `atheris_no_libfuzzer` instead of "
-        "`atheris`. See documentation for details.", get_coverage_symbols_location());
+        "from this library: %s", get_coverage_symbols_location());
 	}
 }