Skip to content

ClassIDSvc Output Silencing, master branch (2022.06.13.)

Turned the warning about an empty DATAPATH into a debug message. This is meant to silence the many unnecessary warnings printed during our builds. Where we do not set DATAPATH for the build environment. (As it would just slow down the build for no good reason.)

With this change a Ninja based build's output changes like:

image

I.e. the output becomes much more usable for "interactive builds". 😉

Pinging @fwinkl. I believe this change should be pretty safe. I don't think that warning is super necessary for debugging job environment issues these days. But I'm open to a discussion about that point...

Merge request reports