Rename DicConsole to AaruConsole.

This commit is contained in:
2020-02-27 23:48:32 +00:00
parent 79076c70f9
commit 3ff4c203af
3 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ namespace Aaru.CommonTypes
}
catch(Exception exception)
{
DicConsole.ErrorWriteLine("Exception {0}", exception);
AaruConsole.ErrorWriteLine("Exception {0}", exception);
}
}