mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
truncate unnecessarily verbose debug set/bits output
This commit is contained in:
parent
d574b6ff36
commit
514c05a44e
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ PBD::parse_debug_options (const char* str)
|
|||
|
||||
if (strncasecmp (cstr, i->first, strlen (cstr)) == 0) {
|
||||
bits |= i->second;
|
||||
cout << i->first << " set ... debug bits now set to " << bits << " using " << i->second << endl;
|
||||
cout << i->first << " set\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue