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

@@ -68,7 +68,7 @@ namespace Aaru.Decoders.CD
if(decoded.DataLength + 2 != CDFullTOCResponse.Length)
{
DicConsole.DebugWriteLine("CD full TOC decoder",
AaruConsole.DebugWriteLine("CD full TOC decoder",
"Expected CDFullTOC size ({0} bytes) is not received size ({1} bytes), not decoding",
decoded.DataLength + 2, CDFullTOCResponse.Length);