mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
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:
parent
213774a45b
commit
7d94c017b9
@ -207,7 +207,7 @@ consoleHandler(DWORD dwCtrlType)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
write_stderr(_("Could not send cancel request: %s"));
|
write_stderr(_("Could not send cancel request: "));
|
||||||
write_stderr(errbuf);
|
write_stderr(errbuf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user