]> git.sesse.net Git - cubemap/blobdiff - accesslog.cpp
Refer to streams internally mostly by an index, not the stream_id.
[cubemap] / accesslog.cpp
index 81eff90e46b98312781364737d91d7e78c401ac4..410b3b6e1b92b655530f2de415653916ddde54f0 100644 (file)
@@ -58,7 +58,7 @@ void AccessLogThread::do_work()
                                fprintf(logfp, "%llu %s %s %d %llu %llu %llu\n",
                                        (long long unsigned)(writes[i].connect_time),
                                        writes[i].remote_addr.c_str(),
-                                       writes[i].stream_id.c_str(),
+                                       writes[i].url.c_str(),
                                        int(now - writes[i].connect_time),
                                        (long long unsigned)(writes[i].bytes_sent),
                                        (long long unsigned)(writes[i].bytes_lost),