Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e84dd2

Browse files
committed
Remove incorrect %s in string
Appears to have been a copy/paste error in the original commit thatmoved the messages to fe_utils/.Author: Tang, Haiying <tanghy.fnst@cn.fujitsu.com>Backpatch-through: 13Discussion:https://postgr.es/m/3321cbcea76d4d2c8320a05c19b9304a@G08CNEXMBPEKD05.g08.fujitsu.local
1 parentef60de6 commit7e84dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fe_utils/cancel.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ consoleHandler(DWORD dwCtrlType)
207207
}
208208
else
209209
{
210-
write_stderr(_("Could not send cancel request:%s"));
210+
write_stderr(_("Could not send cancel request: "));
211211
write_stderr(errbuf);
212212
}
213213
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp