mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
fix tarsnotify nodename bug
This commit is contained in:
parent
c7a965d203
commit
489c1206c7
@ -508,7 +508,7 @@ bool Application::cmdLoadProperty(const string& command, const string& params, s
|
||||
|
||||
ServerConfig::Notify = _conf.get("/tars/application/server<notify>");
|
||||
|
||||
RemoteNotify::getInstance()->setNotifyInfo(_communicator, ServerConfig::Notify, ServerConfig::Application, ServerConfig::ServerName, setDivision());
|
||||
RemoteNotify::getInstance()->setNotifyInfo(_communicator, ServerConfig::Notify, ServerConfig::Application, ServerConfig::ServerName, setDivision(), ServerConfig::LocalIp);
|
||||
|
||||
result = "loaded config items:\r\n" + sResult +
|
||||
"log=" + ServerConfig::Log + "\r\n" +
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 790bef8cbc1ba2c1b9adabf9a68ab322b9a3a119
|
||||
Subproject commit 36e90d1dc9adc1f8b27377f4f6500400b49d3653
|
Loading…
Reference in New Issue
Block a user