Skip to content

Commit

Permalink
ci_debug
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 19, 2024
1 parent 68987a4 commit 1fc9351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/kvikio/remote_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class CurlHandle {
ss << "(" << msg << ")";
}
if (err == CURLE_WRITE_ERROR) { ss << "[maybe the server doesn't support file ranges?]"; }
std::cout << "perform() - error: " << ss.str() << std::endl;
throw std::runtime_error(ss.str());
}
}
Expand Down

0 comments on commit 1fc9351

Please sign in to comment.