1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-05 10:30:56 +00:00

Emphasize open port

This commit is contained in:
2016-05-27 22:02:37 +02:00
parent 7d5023c086
commit 54710cebb2

View File

@ -36,8 +36,8 @@ namespace Ntp.Analyzer.Localize
public const string JobInitStart = "Initializing jobs.";
public const string JobInitEnd = "All jobs initialized.";
public const string ListenerReady = "Listening on {0}";
public const string ListenerError = "Error during initialization of listeners.";
public const string ListenerReady = "Opening command channel on {0}";
public const string ListenerError = "Error during initialization of command channels.";
public const string ClusterReady = "Requesting to cluster {0}";
public const string ClusterError = "Error during initialization of cluster node.";
public const string NewHost = "Created a new host in database ID {0} with name {1} and IP {2}.";