mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
add debug printf to explain a stacktrace (for now)
This commit is contained in:
parent
698ae7ca9f
commit
eff21bb3e9
1 changed files with 1 additions and 0 deletions
|
|
@ -2523,6 +2523,7 @@ EditingContext::reset_zoom (samplecnt_t spp)
|
|||
pending_visual_change.add (VisualChange::ZoomLevel);
|
||||
pending_visual_change.samples_per_pixel = spp;
|
||||
if (spp == 0.0) {
|
||||
std::cerr << "spp set to zero\n";
|
||||
PBD::stacktrace (std::cerr, 12);
|
||||
}
|
||||
ensure_visual_change_idle_handler ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue