Rename DicConsole to AaruConsole.

This commit is contained in:
2020-02-27 23:48:39 +00:00
parent 50ac5a3425
commit 339b235cd7
15 changed files with 74 additions and 74 deletions

View File

@@ -56,7 +56,7 @@ namespace Aaru.Decoders.CD
if(CDATIPResponse.Length != 32 &&
CDATIPResponse.Length != 28)
{
DicConsole.DebugWriteLine("CD ATIP decoder",
AaruConsole.DebugWriteLine("CD ATIP decoder",
"Expected CD ATIP size (32 bytes) is not received size ({0} bytes), not decoding",
CDATIPResponse.Length);