Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d94c01

Browse files
committed
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
1 parent 213774a commit 7d94c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fe_utils/cancel.c

+1-1
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)