[Scummvm-git-logs] scummvm master -> 74da59449ca4c48f3a5a00d08b5d2f23bbfac985
sev-
sev at scummvm.org
Sun Aug 8 20:14:57 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
74da59449c DIRECTOR: Improved debug output
Commit: 74da59449ca4c48f3a5a00d08b5d2f23bbfac985
https://github.com/scummvm/scummvm/commit/74da59449ca4c48f3a5a00d08b5d2f23bbfac985
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-08T22:14:52+02:00
Commit Message:
DIRECTOR: Improved debug output
Changed paths:
engines/director/castmember.cpp
diff --git a/engines/director/castmember.cpp b/engines/director/castmember.cpp
index 1eef937d76..30476ff377 100644
--- a/engines/director/castmember.cpp
+++ b/engines/director/castmember.cpp
@@ -388,7 +388,7 @@ void DigitalVideoCastMember::startVideo(Channel *channel) {
_channel = channel;
if (!_video || !_video->isVideoLoaded()) {
- warning("DigitalVideoCastMember::startVideo: No video decoder");
+ warning("DigitalVideoCastMember::startVideo: No video %s", !_video ? "decoder" : "loaded");
return;
}
More information about the Scummvm-git-logs
mailing list