add config
This commit is contained in:
parent
cf4a5cbde0
commit
4579940660
|
@ -1929,7 +1929,7 @@ _exception:
|
||||||
|
|
||||||
code = (pThrd->notifyExceptCb)(pThrd, pReq, &resp);
|
code = (pThrd->notifyExceptCb)(pThrd, pReq, &resp);
|
||||||
if (code != 0) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue