Fixed missing closing bracket

This commit is contained in:
2019-08-24 17:40:25 +01:00
parent 0a6ba16c61
commit 64a72560bc
+1 -1
View File
@@ -401,7 +401,7 @@ namespace ASCOM.Meade.net
} }
else else
{ {
LogMessage("Connected Set", $"Skipping first connection telescope adjustments (current connections: {connectionInfo.SameDevice}"); LogMessage("Connected Set", $"Skipping first connection telescope adjustments (current connections: {connectionInfo.SameDevice})");
} }
} }
catch (Exception) catch (Exception)