X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.cpp;h=0c0fabac29c90f99330cfc8c5d634f3c78321f95;hp=6a8402794312ad4a4985da3478bddeffcafa5625;hb=c0ffd43e514e6392835ef85529423744263809af;hpb=7b3d494100ef1063578b1ef76818baee4ab53ada diff --git a/stream.cpp b/stream.cpp index 6a84027..0c0faba 100644 --- a/stream.cpp +++ b/stream.cpp @@ -185,7 +185,7 @@ void Stream::add_data_raw(const vector &orig_data) } while (ret == -1 && errno == EINTR); if (ret == -1) { - log_perror("pwrite"); + log_perror("pwritev"); // Dazed and confused, but trying to continue... return; }