mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:23:33 +03:00
lib: remove exclamation marks
... from infof() and failf() calls. Make them less attention seeking. Closes #8713
This commit is contained in:
parent
36e09dc302
commit
6968fb9d54
31 changed files with 101 additions and 101 deletions
|
|
@ -2698,7 +2698,7 @@ static void sftp_quote(struct Curl_easy *data)
|
|||
*/
|
||||
cp = strchr(cmd, ' ');
|
||||
if(!cp) {
|
||||
failf(data, "Syntax error in SFTP command. Supply parameter(s)!");
|
||||
failf(data, "Syntax error in SFTP command. Supply parameter(s)");
|
||||
state(data, SSH_SFTP_CLOSE);
|
||||
sshc->nextstate = SSH_NO_STATE;
|
||||
sshc->actualcode = CURLE_QUOTE_ERROR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue