We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, skin warnings look like this:
warning [Main] /home/ronso/Downloads/mixxx_source/src/master/src/skin/legacy/legacyskinparser.cpp:2180 SKIN ERROR at skin:../LateNight/controls/knob_with_label.xml:24 <KnobComposed>: Invalid <TooltipId> in skin.xml: "nonsens"
Who cares about the file path? How hard is it to change the SKIN_WARNING macro so it prints the classname only
warning [Main] LegacySkinParser:2180 SKIN ERROR at skin:../LateNight/controls/knob_with_label.xml:24 <KnobComposed>: Invalid <TooltipId> in skin.xml: "nonsens"
Still very long but much less noise.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, skin warnings look like this:
Who cares about the file path? How hard is it to change the SKIN_WARNING macro so it prints the classname only
Still very long but much less noise.
The text was updated successfully, but these errors were encountered: