Skip to content

Commit

Permalink
Connections message fix @ludeeus
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 9, 2020
1 parent 56b76f0 commit 84545cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Daemon/NetDaemon.Daemon/Daemon/NetDaemonHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ public async Task Run(string host, short port, bool ssl, string token, Cancellat

Logger.LogInformation(
hassioToken != null
? "Successfully connected to Home Assistant in hassio add-on"
: $"Successfully connected to Home Assistant on host {host}:{port}");
? "Successfully connected to Home Assistant Core in Home Assistant Add-on"
: $"Successfully connected to Home Assistant Core on host {host}:{port}");

while (!cancellationToken.IsCancellationRequested)
{
Expand Down

0 comments on commit 84545cd

Please sign in to comment.