mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
hide a lot of color debugging noise
This commit is contained in:
parent
cb13fe578f
commit
e19e05fc59
1 changed files with 6 additions and 1 deletions
|
|
@ -655,7 +655,12 @@ UIConfiguration::color (const std::string& name, bool* failed) const
|
|||
}
|
||||
}
|
||||
|
||||
cerr << string_compose (_("Color %1 not found"), name) << endl;
|
||||
if (!failed) {
|
||||
/* only show this message if the caller wasn't interested in
|
||||
the fail status.
|
||||
*/
|
||||
cerr << string_compose (_("Color %1 not found"), name) << endl;
|
||||
}
|
||||
|
||||
if (failed) {
|
||||
*failed = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue