mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Change some messages for errors.
This commit is contained in:
@@ -216,11 +216,11 @@ sealed class DumpMediaCommand : Command<DumpMediaCommand.Settings>
|
||||
switch(candidates.Count)
|
||||
{
|
||||
case 0:
|
||||
AaruLogging.WriteLine(UI.No_plugin_supports_requested_extension);
|
||||
AaruLogging.Error(UI.No_plugin_supports_requested_extension);
|
||||
|
||||
return (int)ErrorNumber.FormatNotFound;
|
||||
case > 1:
|
||||
AaruLogging.WriteLine(UI.More_than_one_plugin_supports_requested_extension);
|
||||
AaruLogging.Error(UI.More_than_one_plugin_supports_requested_extension);
|
||||
|
||||
return (int)ErrorNumber.TooManyFormats;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user