]> git.sesse.net Git - cubemap/blobdiff - httpinput.cpp
Minor grammatical fix.
[cubemap] / httpinput.cpp
index a2ca2c2888a51eeb5cc3f435b7611d79fa9f4d58..7853388624ef7e9de926e883a6bd1e83ad4c6560 100644 (file)
@@ -578,7 +578,7 @@ void HTTPInput::drop_pending_data(size_t num_bytes)
        if (num_bytes == 0) {
                return;
        }
-       log(WARNING, "[%s] Dropping %lld junk bytes; not a Metacube2 stream, or data was dropped from the middle of the stream",
+       log(WARNING, "[%s] Dropping %lld junk bytes; not a Metacube2 stream, or data was dropped from the middle of the stream.",
                url.c_str(), (long long)num_bytes);
        assert(pending_data.size() >= num_bytes);
        pending_data.erase(pending_data.begin(), pending_data.begin() + num_bytes);