bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."


From: J
Subject: [Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."
Date: Sat, 16 Jun 2018 14:05:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36

Follow-up Comment #10, bug #51181 (project wget):

Hi Peter

Ok, sorry my example was bad. This is my actual example below.

This program reproduces the issue

address@hidden:~/code$ g++ -O2 -Wall -Wextra -Wpedantic -o main main3.cpp
address@hidden:~/code$ ./main

Redirecting output to ‘wget-log.2’.
address@hidden:~/code$ 





//g++ -O2 -Wall -Wextra -Wpedantic -o main main.c

#include <string>
#include <stdio.h>
#include <stdlib.h>

int main (void)
{
    std::string str = "timeout -k 26s 25s wget --output-document dump.html
http://TajInternational.com/";;

    int result = system(str.c_str());

    return result;
}

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51181>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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