mirror of
https://github.com/mirror/wget.git
synced 2025-01-31 14:50:23 +08:00
[svn] Use "incomplete" rather than "relative".
This commit is contained in:
parent
b30fc46402
commit
390adeea93
@ -333,7 +333,7 @@ append_one_url (const char *link_uri, int inlinep,
|
|||||||
this can only happen when using `--force-html -i', print
|
this can only happen when using `--force-html -i', print
|
||||||
a warning. */
|
a warning. */
|
||||||
logprintf (LOG_NOTQUIET,
|
logprintf (LOG_NOTQUIET,
|
||||||
_("%s: Cannot resolve relative link %s.\n"),
|
_("%s: Cannot resolve incomplete link %s.\n"),
|
||||||
ctx->document_file, link_uri);
|
ctx->document_file, link_uri);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user