1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-04-25 03:35:33 +00:00

Commiting misc. changes and notes.

This commit is contained in:
Josh Dersch
2015-12-03 10:51:48 -08:00
parent 2c2ea68a63
commit 2ee3d64f6c
3 changed files with 33 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ namespace Contralto.Logging
static Log()
{
// TODO: make configurable
_components = LogComponent.DiskController | LogComponent.DiskSectorTask;
_components = LogComponent.None; // LogComponent.DiskController | LogComponent.DiskSectorTask;
_type = LogType.Normal | LogType.Warning | LogType.Error;
}