summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bodymovin/bmbase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bodymovin/bmbase.cpp b/src/bodymovin/bmbase.cpp
index 24548f4..3aa8ca8 100644
--- a/src/bodymovin/bmbase.cpp
+++ b/src/bodymovin/bmbase.cpp
@@ -234,6 +234,8 @@ const QJsonObject BMBase::resolveExpression(const QJsonObject &definition)
"to a group that has"
"many children. The"
"first is be picked";
+ } else {
+ qCWarning(lcLottieQtBodymovinParser) << "Failed to find specified effect" << effect;
}
// Let users of the json know that it is originated from expression,