mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: All refactor in DiscImageChef.
This commit is contained in:
@@ -182,12 +182,8 @@ namespace DiscImageChef.Commands
|
||||
DicConsole.WriteLine("Media statistics");
|
||||
DicConsole.WriteLine("================");
|
||||
foreach(MediaStats ms in Core.Statistics.AllStats.Medias)
|
||||
if(ms.real)
|
||||
DicConsole.WriteLine("Media type {0} has been found {1} times in a real device.", ms.type,
|
||||
ms.Value);
|
||||
else
|
||||
DicConsole.WriteLine("Media type {0} has been found {1} times in a media image.", ms.type,
|
||||
ms.Value);
|
||||
DicConsole.WriteLine("Media type {0} has been found {1} times in a {2} image.", ms.type,
|
||||
ms.Value, ms.real ? "real" : "media");
|
||||
|
||||
DicConsole.WriteLine();
|
||||
thereAreStats = true;
|
||||
|
||||
Reference in New Issue
Block a user