Commit 7e84dd21 authored by Magnus Hagander's avatar Magnus Hagander

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
parent ef60de67
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment