X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=input.cpp;h=de7252a3fda672682d15eb1fae2a821852e259f1;hb=61bac622cc696a98c9dcec8a78771c742232958e;hp=6a53c22dc7a31cf3219aa70603a0a0446f0f5e0a;hpb=b59fa7ce2d47f135ea027548cc89f937a5fa875b;p=cubemap diff --git a/input.cpp b/input.cpp index 6a53c22..de7252a 100644 --- a/input.cpp +++ b/input.cpp @@ -69,7 +69,7 @@ void Input::do_work() curl_easy_setopt(curl, CURLOPT_WRITEDATA, this); curl_easy_perform(curl); if (!should_stop) { - printf("Transfer ended, waiting 0.2 seconds and restarting...\n"); + printf("Transfer of '%s' ended, waiting 0.2 seconds and restarting...\n", url.c_str()); usleep(200000); } }