Added ability to unpark telescope

Added extra logging information to the "isslewing test"
This commit is contained in:
2020-09-21 23:04:58 +01:00
parent b33d1741c4
commit d0406b32dd
3 changed files with 34 additions and 12 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ namespace ASCOM.Meade.net
/// <param name="args"></param>
public static void LogMessage(string identifier, string message, params object[] args)
{
var msg = String.Format(message, args);
var msg = string.Format(message, args);
Tl.LogMessage(identifier, msg);
}