]> git.ipfire.org Git - thirdparty/curl.git/commit
Fix bad failf() and info() usage
authorYang Tse <yangsita@gmail.com>
Thu, 14 Jun 2012 11:32:05 +0000 (13:32 +0200)
committerYang Tse <yangsita@gmail.com>
Thu, 14 Jun 2012 11:32:05 +0000 (13:32 +0200)
commit6085ca2aeddb38e4d5f24c47bd98111b236cf384
tree7b4577a279969ef44ed811738ef80723367ca508
parenta8259945c4086445022b658f023bc712d1fc9c9d
Fix bad failf() and info() usage

Calls to failf() are not supposed to provide trailing newline.
Calls to infof() must provide trailing newline.

Fixed 30 or so strings.
lib/curl_schannel.c
lib/cyassl.c
lib/formdata.c
lib/gtls.c
lib/http.c
lib/polarssl.c
lib/socks_gssapi.c
lib/socks_sspi.c
lib/ssh.c
lib/ssluse.c