summaryrefslogtreecommitdiff
path: root/libs/pbd/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/debug.cc')
-rw-r--r--libs/pbd/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/debug.cc b/libs/pbd/debug.cc
index a6ff1dda56..a1c933ab98 100644
--- a/libs/pbd/debug.cc
+++ b/libs/pbd/debug.cc
@@ -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";
}
}
}