mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 23:29:29 -06:00
FF-2018 - fixed logging
This commit is contained in:
@@ -61,7 +61,7 @@ public class VideoBitCheck : VideoNode
|
||||
args.Logger?.ILog("Video is 12 bit");
|
||||
return 3;
|
||||
}
|
||||
args.Logger?.ILog("Video Bits unknonw");
|
||||
args.Logger?.ILog("Video Bits unknown");
|
||||
return 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user