add config

This commit is contained in:
yihaoDeng 2024-10-09 17:55:28 +08:00
parent cf4a5cbde0
commit 4579940660
1 changed files with 1 additions and 1 deletions

View File

@ -1929,7 +1929,7 @@ _exception:
code = (pThrd->notifyExceptCb)(pThrd, pReq, &resp);
if (code != 0) {
tGWarn("%s failed to notify user since %s", pInst->label, tstrerror(code));
tWarn("%s failed to notify user since %s", pInst->label, tstrerror(code));
}
return;
}