Skip to content

Commit 16bfea6

Browse files
committed
完善日志信息
1 parent d889350 commit 16bfea6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

AgileConfig.Server.Service/RemoteServerNodeProxy.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ public async Task<bool> AllClientsDoActionAsync(string address, WebsocketAction
7979
using (var service = GetSysLogService())
8080
{
8181
var module = "";
82-
if (action.Module == "R")
82+
if (action.Module == "r")
8383
{
8484
module = "注册中心";
8585
}
86-
if (action.Module == "C")
86+
if (action.Module == "c")
8787
{
8888
module = "配置中心";
8989
}
@@ -124,11 +124,11 @@ public async Task<bool> AppClientsDoActionAsync(string address, string appId, st
124124
using (var service = GetSysLogService())
125125
{
126126
var module = "";
127-
if (action.Module == "R")
127+
if (action.Module == "r")
128128
{
129129
module = "注册中心";
130130
}
131-
if (action.Module == "C")
131+
if (action.Module == "c")
132132
{
133133
module = "配置中心";
134134
}
@@ -183,11 +183,11 @@ public async Task<bool> OneClientDoActionAsync(string address, string clientId,
183183
using (var service = GetSysLogService())
184184
{
185185
var module = "";
186-
if (action.Module == "R")
186+
if (action.Module == "r")
187187
{
188188
module = "注册中心";
189189
}
190-
if (action.Module == "C")
190+
if (action.Module == "c")
191191
{
192192
module = "配置中心";
193193
}

0 commit comments

Comments
 (0)