Corrected trace log name to Meade.Generic.<telescope/focusser>

This commit is contained in:
2019-07-20 21:11:58 +01:00
parent c2ebe329c5
commit 6d8702a011
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ namespace ASCOM.Meade.net
private void Initialise()
{
//todo move the TraceLogger out to a factory class.
_tl = new TraceLogger("", "Meade.net.Telescope");
_tl = new TraceLogger("", "Meade.Generic.Telescope");
LogMessage("Telescope", "Starting initialisation");
ReadProfile(); // Read device configuration from the ASCOM Profile store