Skip to content

Commit 4196d65

Browse files
committed
expand the warning on "internal problem"
Ref: #284 (comment)
1 parent b93d1cb commit 4196d65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trurl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,8 @@ static void qpair2query(CURLU *uh, struct option *o)
12331233
if(nq) {
12341234
int rc = curl_url_set(uh, CURLUPART_QUERY, nq, 0);
12351235
if(rc)
1236-
trurl_warnf(o, "internal problem");
1236+
trurl_warnf(o,
1237+
"internal problem: failed to store updated query in URL");
12371238
}
12381239
curl_free(nq);
12391240
}

0 commit comments

Comments
 (0)