Unverified Commit 671489ff authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update kernel compile log message (#17390)

Updates the message emitted when a kernel compile is skipped in the
build bundle action. Since we now use fingerprinting to enable
performance of script snapshots, AOT snapshots, and kernel compiles,
this helps a bit with debugging.

Also switches to trace level logging.
parent e54887fb
......@@ -84,7 +84,7 @@ Future<void> build({
if (await fingerprinter.doesFingerprintMatch()) {
needBuild = false;
printStatus('Skipping compilation. Fingerprint match.');
printTrace('Skipping kernel compilation. Fingerprint match.');
}
String kernelBinaryFilename;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment