diff --git a/plugins/win-dshow/win-dshow.cpp b/plugins/win-dshow/win-dshow.cpp
index 234e956a06ed5af0ec5d916859eb768ce22193ce..6f9ee0872ff224ba4c9f46be9663fec29cc98a5d 100644
--- a/plugins/win-dshow/win-dshow.cpp
+++ b/plugins/win-dshow/win-dshow.cpp
@@ -672,7 +672,7 @@ void DShowInput::Update(obs_data_t settings)
 			frame.color_range_min,
 			frame.color_range_max)) {
 		blog(LOG_ERROR, "Failed to get video format parameters for " \
-		                "video format %u", VIDEO_CS_601);
+		                "video format %u", cs);
 	}
 }