Remove incorrect %s in string

Appears to have been a copy/paste error in the original commit that
moved the messages to fe_utils/.

Author: Tang, Haiying <tanghy.fnst@cn.fujitsu.com>
Backpatch-through: 13
Discussion: https://postgr.es/m/3321cbcea76d4d2c8320a05c19b9304a@G08CNEXMBPEKD05.g08.fujitsu.local
This commit is contained in:
Magnus Hagander 2020-11-09 10:36:49 +01:00
parent 213774a45b
commit 7d94c017b9
1 changed files with 1 additions and 1 deletions

View 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);
}
}