]> git.sesse.net Git - cubemap/blobdiff - stream.cpp
Small error message fix.
[cubemap] / stream.cpp
index 6a8402794312ad4a4985da3478bddeffcafa5625..0c0fabac29c90f99330cfc8c5d634f3c78321f95 100644 (file)
@@ -185,7 +185,7 @@ void Stream::add_data_raw(const vector<iovec> &orig_data)
                } while (ret == -1 && errno == EINTR);
 
                if (ret == -1) {
-                       log_perror("pwrite");
+                       log_perror("pwritev");
                        // Dazed and confused, but trying to continue...
                        return;
                }