From 6968fb9d54dc3a1aaa1b16088f038eaf5dd8b2d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 16 Apr 2022 11:55:05 +0200 Subject: lib: remove exclamation marks ... from infof() and failf() calls. Make them less attention seeking. Closes #8713 --- lib/vssh/libssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vssh/libssh.c') diff --git a/lib/vssh/libssh.c b/lib/vssh/libssh.c index ebe04a5f6..617788c7f 100644 --- a/lib/vssh/libssh.c +++ b/lib/vssh/libssh.c @@ -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; -- cgit v1.2.1