mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
More logging cleanup for CLI usage
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Flowframes.Media
|
||||
if (filesize > 0 && cache.ContainsKey(hash))
|
||||
{
|
||||
Size cachedVal = cache[hash];
|
||||
Logger.Log($"Resolution of '{Path.GetFileName(path)}': {cachedVal.Width}x{cachedVal.Height} [Cached]", true);
|
||||
Logger.Log($"Resolution of '{Path.GetFileName(path)}': {cachedVal.Width}x{cachedVal.Height} [Cached]", true, toConsole: Cli.Verbose);
|
||||
return cachedVal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user