truncate unnecessarily verbose debug set/bits output

This commit is contained in:
Paul Davis 2019-12-14 10:39:47 -07:00
parent d574b6ff36
commit 514c05a44e

View file

@ -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";
}
}
}