Skip to content

Commit

Permalink
expand the warning on "internal problem"
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Apr 18, 2024
1 parent b93d1cb commit 4196d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,8 @@ static void qpair2query(CURLU *uh, struct option *o)
if(nq) {
int rc = curl_url_set(uh, CURLUPART_QUERY, nq, 0);
if(rc)
trurl_warnf(o, "internal problem");
trurl_warnf(o,
"internal problem: failed to store updated query in URL");
}
curl_free(nq);
}
Expand Down

0 comments on commit 4196d65

Please sign in to comment.