We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa602fb commit 00bdad3Copy full SHA for 00bdad3
bgwpool.c
@@ -22,7 +22,7 @@ static BgwPool* MtmPool;
22
23
static void BgwShutdownWorker(int sig)
24
{
25
- MTM_ELOG1("Background worker %d receive shutdown request", MyProcPid);
+ MTM_LOG1("Background worker %d receive shutdown request", MyProcPid);
26
if (MtmPool) {
27
BgwPoolStop(MtmPool);
28
}
0 commit comments