truncate unnecessarily verbose debug set/bits output
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 14 Dec 2019 17:39:47 +0000 (10:39 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 14 Dec 2019 17:40:07 +0000 (10:40 -0700)
libs/pbd/debug.cc

index a6ff1dda56cbabfd969aae0a2f80601856b8c6ea..a1c933ab98f4242e37662fd58f3e0b464c411f14 100644 (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";
                         }
                 }
        }