Better log output.
This commit is contained in:
parent
99b98f1dec
commit
bc68f2cc1b
|
@ -185,7 +185,7 @@ public class SetTbrCommand extends BaseCommand {
|
||||||
long displayedDuration = scripter.readDisplayedDuration();
|
long displayedDuration = scripter.readDisplayedDuration();
|
||||||
if (displayedDuration != duration) {
|
if (displayedDuration != duration) {
|
||||||
log.debug("Final displayed TBR duration: " + displayedDuration);
|
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
|
// check again to ensure the displayed value hasn't change due to due scrolling taking extremely long
|
||||||
|
|
Loading…
Reference in a new issue