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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user