projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d72f38
)
Log when we have a successful HTTPInput request.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 15 Apr 2013 23:09:20 +0000
(
01:09
+0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 15 Apr 2013 23:09:20 +0000
(
01:09
+0200)
httpinput.cpp
patch
|
blob
|
history
diff --git
a/httpinput.cpp
b/httpinput.cpp
index
8a3c371
..
f6a9979
100644
(file)
--- a/
httpinput.cpp
+++ b/
httpinput.cpp
@@
-332,6
+332,8
@@
void HTTPInput::do_work()
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;
}