Remove incorrect %s in string
authorMagnus Hagander <[email protected]>
Mon, 9 Nov 2020 09:36:49 +0000 (10:36 +0100)
committerMagnus Hagander <[email protected]>
Mon, 9 Nov 2020 09:38:22 +0000 (10:38 +0100)
Appears to have been a copy/paste error in the original commit that
moved the messages to fe_utils/.

Author: Tang, Haiying <[email protected]>
Backpatch-through: 13
Discussion: https://postgr.es/m/3321cbcea76d4d2c8320a05c19b9304a@G08CNEXMBPEKD05.g08.fujitsu.local

src/fe_utils/cancel.c

index 70042017481a77a7ceda12cd6e30ddb92f7bbe64..0a385647df89a02bd35b0c9d28b2315fb2f91141 100644 (file)
@@ -207,7 +207,7 @@ consoleHandler(DWORD dwCtrlType)
            }
            else
            {
-               write_stderr(_("Could not send cancel request: %s"));
+               write_stderr(_("Could not send cancel request: "));
                write_stderr(errbuf);
            }
        }