don't print stacktraces to the supplied ostream AND cerr - a remnant from debugging wierd problems with stacktrace() on paul's system
This commit is contained in:
@@ -85,7 +85,6 @@ PBD::stacktrace (std::ostream& out, int levels)
|
||||
|
||||
for (i = 0; i < size && (levels == 0 || i < size_t(levels)); i++) {
|
||||
out << " " << demangle (strings[i]) << std::endl;
|
||||
std::cerr << " " << demangle (strings[i]) << std::endl;
|
||||
}
|
||||
|
||||
free (strings);
|
||||
|
||||
Reference in New Issue
Block a user