fix tarsnotify nodename bug

This commit is contained in:
ruanshudong 2020-04-13 16:21:22 +08:00
parent c7a965d203
commit 489c1206c7
2 changed files with 2 additions and 2 deletions

View File

@ -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