mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
improve debug flag setting message
This commit is contained in:
parent
b3cbd8f44e
commit
3e962da4bb
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\n";
|
||||
cout << string_compose (X_("Debug flag '%1' set\n"), i->first);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue