mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove stray debugging message.
Published in <sxszo4sxjpw.fsf@florida.arsdigita.de>.
This commit is contained in:
parent
0a89fc1a10
commit
e521ee38ff
@ -1,3 +1,7 @@
|
||||
2001-12-09 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* main.c (main): Remove stray debugging message.
|
||||
|
||||
2001-12-09 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* progress.c (create_image): Fix ETA padding when hours are prined.
|
||||
|
@ -738,10 +738,7 @@ Can't timestamp and not clobber old files at the same time.\n"));
|
||||
{
|
||||
char *rewritten = rewrite_shorthand_url (argv[optind]);
|
||||
if (rewritten)
|
||||
{
|
||||
printf ("Converted %s to %s\n", argv[optind], rewritten);
|
||||
url[i] = rewritten;
|
||||
}
|
||||
url[i] = rewritten;
|
||||
else
|
||||
url[i] = xstrdup (argv[optind]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user