We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab9408 commit f0d8be6Copy full SHA for f0d8be6
1 file changed
base/src/main/java/com/smartdevicelink/streaming/video/VideoStreamingParameters.java
@@ -156,7 +156,7 @@ public void update(VideoStreamingCapability capability){
156
}
157
158
159
- DebugTool.logWarning("The VideoStreamingFormat has not been update because none of the provided formats are supported.");
+ DebugTool.logWarning("The VideoStreamingFormat has not been updated because none of the provided formats are supported.");
160
161
//TODO In the future we should set format to null, but might be a breaking change
162
// For now, format will remain whatever was set prior to this update
0 commit comments