X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=input.cpp;h=de7252a3fda672682d15eb1fae2a821852e259f1;hp=6a53c22dc7a31cf3219aa70603a0a0446f0f5e0a;hb=f3ed48479f9209e708cd17698dc9e778e07284cd;hpb=b59fa7ce2d47f135ea027548cc89f937a5fa875b 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); } }