mirror of
https://github.com/Metabolix/HackBGRT.git
synced 2025-12-06 17:15:42 -08:00
Log image dimensions when installing
This commit is contained in:
@@ -326,7 +326,7 @@ public class Setup {
|
||||
throw new SetupException($"Failed to install image {name} to {newName}.");
|
||||
}
|
||||
}
|
||||
WriteLine($"Installed image {name} to {newName}.");
|
||||
WriteLine($"Installed image {name} to {newName}, size {img.Width}x{img.Height}.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user