mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 18:09:30 -06:00
tweaked log message for ffmpeg builder missing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user