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/mime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mime.c') diff --git a/lib/mime.c b/lib/mime.c index cab3ef1c3..d6985d39c 100644 --- a/lib/mime.c +++ b/lib/mime.c @@ -1563,7 +1563,7 @@ CURLcode Curl_mime_set_subparts(curl_mimepart *part, root = root->parent->parent; if(subparts == root) { if(part->easy) - failf(part->easy, "Can't add itself as a subpart!"); + failf(part->easy, "Can't add itself as a subpart"); return CURLE_BAD_FUNCTION_ARGUMENT; } } -- cgit v1.2.1