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.
This commit is contained in:
Chris Bracken 2018-05-08 11:06:40 -07:00 committed by GitHub
parent e54887fb12
commit 671489ff44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;