]> git.sesse.net Git - cubemap/commitdiff
Log when we have a successful HTTPInput request.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 15 Apr 2013 23:09:20 +0000 (01:09 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 15 Apr 2013 23:09:20 +0000 (01:09 +0200)
httpinput.cpp

index 8a3c371a7df88a618caa92227be4b77e50bf110c..f6a99792afafea4da0bd7fe960808a376327b6e1 100644 (file)
@@ -332,6 +332,8 @@ void HTTPInput::do_work()
                                process_data(&extra_data[0], extra_data.size());
                        }
 
                                process_data(&extra_data[0], extra_data.size());
                        }
 
+                       log(INFO, "[%s] Connected to '%s', receiving data.",
+                                  stream_id.c_str(), url.c_str());
                        state = RECEIVING_DATA;
                        break;
                }
                        state = RECEIVING_DATA;
                        break;
                }