mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 10:30:56 +00:00
Emphasize open port
This commit is contained in:
@ -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}.";
|
||||
|
Reference in New Issue
Block a user