diff --git a/lms/templates/widgets/segment-io.html b/lms/templates/widgets/segment-io.html index e794d82cbf1f..ed3f549bfb7d 100644 --- a/lms/templates/widgets/segment-io.html +++ b/lms/templates/widgets/segment-io.html @@ -38,8 +38,8 @@ signal: resource.signal }); } else { - // If it's neither a string nor a Request object, log an error or handle as needed - console.error('replaceFetchResourceForSegmentSite was called with an unexpected argument type:', typeof resource, resource); + // If it's neither a string nor a Request object, log a warning or handle as needed + console.warn('replaceFetchResourceForSegmentSite was called with an unexpected argument type:', typeof resource, resource); return resource; } }