mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Devices/Enums.cs:
* DiscImageChef/Commands/DeviceInfo.cs: * DiscImageChef.Devices/Device/ScsiCommands.cs: Added Plextor vendor commands. * DiscImageChef/Plugins.cs: * DiscImageChef/Commands/Analyze.cs: * DiscImageChef/Commands/Compare.cs: * DiscImageChef/Commands/CreateSidecar.cs: Do not call system console directly.
This commit is contained in:
@@ -42,6 +42,7 @@ using System.Reflection;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
using DiscImageChef.PartPlugins;
|
||||
using DiscImageChef.Plugins;
|
||||
using DiscImageChef.Console;
|
||||
|
||||
namespace DiscImageChef
|
||||
{
|
||||
@@ -76,7 +77,7 @@ namespace DiscImageChef
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
System.Console.Error.WriteLine(exception);
|
||||
DicConsole.ErrorWriteLine("Exception {0}", exception);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,7 +95,7 @@ namespace DiscImageChef
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
System.Console.Error.WriteLine(exception);
|
||||
DicConsole.ErrorWriteLine("Exception {0}", exception);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,7 +113,7 @@ namespace DiscImageChef
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
System.Console.Error.WriteLine(exception);
|
||||
DicConsole.ErrorWriteLine("Exception {0}", exception);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user