diff --git a/app/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java b/app/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java index 15ab5a7b32..9f390d87f5 100644 --- a/app/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java +++ b/app/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java @@ -185,7 +185,7 @@ public class SetTbrCommand extends BaseCommand { long displayedDuration = scripter.readDisplayedDuration(); if (displayedDuration != duration) { log.debug("Final displayed TBR duration: " + displayedDuration); - throw new CommandException().message("Failed to set TBR duration"); + throw new CommandException().message("Failed to set TBR duration, requested: " + duration + ", actual: " + displayedDuration); } // check again to ensure the displayed value hasn't change due to due scrolling taking extremely long