Do not print the "checking path" messages.
This commit is contained in:
@@ -110,6 +110,7 @@ impl<'db> RunningBuild<'db> {
|
||||
&& msg_message.level < 5
|
||||
&& !(msg_message.level == 4 && msg_message.msg.starts_with("linking "))
|
||||
&& !(msg_message.level == 4 && msg_message.msg.starts_with("evaluating file "))
|
||||
&& !(msg_message.level == 3 && msg_message.msg.starts_with("checking path "))
|
||||
{
|
||||
eprintln!("LOG MESSAGE {}: {}", msg_message.level, msg_message.msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user