bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH] Clarify that links are being converted.


From: Tim Rühsen
Subject: Re: [Bug-wget] [PATCH] Clarify that links are being converted.
Date: Fri, 21 Aug 2015 21:02:30 +0200
User-agent: KMail/4.14.2 (Linux/4.1.0-1-amd64; KDE/4.14.2; x86_64; ; )

Pushed, thanks.

Tim

Am Samstag, 22. August 2015, 02:29:05 schrieb Jookia:
> * src/convert.c: Add 'links in' after 'Converted %d' and 'Converting %s'.
> ---
>  src/convert.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/convert.c b/src/convert.c
> index 6d78945..f0df9a0 100644
> --- a/src/convert.c
> +++ b/src/convert.c
> @@ -193,7 +193,7 @@ convert_all_links (void)
>    convert_links_in_hashtable (downloaded_css_set, 1, &file_count);
> 
>    secs = ptimer_measure (timer);
> -  logprintf (LOG_VERBOSE, _("Converted %d files in %s seconds.\n"),
> +  logprintf (LOG_VERBOSE, _("Converted links in %d files in %s
> seconds.\n"), file_count, print_decimal (secs));
> 
>    ptimer_destroy (timer);
> @@ -221,7 +221,7 @@ convert_links (const char *file, struct urlpos *links)
>    struct urlpos *link;
>    int to_url_count = 0, to_file_count = 0;
> 
> -  logprintf (LOG_VERBOSE, _("Converting %s... "), file);
> +  logprintf (LOG_VERBOSE, _("Converting links in %s... "), file);
> 
>    {
>      /* First we do a "dry run": go through the list L and see whether

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]