tweaked log message for ffmpeg builder missing

This commit is contained in:
John Andrews
2022-06-03 10:03:19 +12:00
parent 8e5cd21d23
commit c50277fd7b

View File

@@ -20,7 +20,7 @@ namespace FileFlows.VideoNodes.FfmpegBuilderNodes
return false;
if(this is FfmpegBuilderStart == false && Model == null)
throw new Exception("FFMPEG Builder Model not set, use the \"FFMPEG Builder Start\" node to first");
throw new Exception("FFMPEG Builder Model not set, you must add and use the \"FFMPEG Builder Start\" node first");
return true;
}