summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/evoral/Sequence.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/Sequence.cc b/libs/evoral/Sequence.cc
index 82e7c02850..d9e9caa7bf 100644
--- a/libs/evoral/Sequence.cc
+++ b/libs/evoral/Sequence.cc
@@ -669,7 +669,7 @@ Sequence<Time>::end_write (StuckNoteOption option, Time when)
case Relax:
break;
case DeleteStuckNotes:
- cerr << "WARNING: Stuck note lost: " << (*n)->note() << endl;
+ cerr << "WARNING: Stuck note lost (end was " << when << "): " << (**n) << endl;
_notes.erase(n);
break;
case ResolveStuckNotes: