Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Mar 6, 2024
1 parent 86e8552 commit 43c4937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/toolkit/remote/remote_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ static void ReadRequestHandler(CManager cm, CMConnection conn, void *vevent, voi
if (ret <= 0)
{
// EOF or error, should send a mesage back, but we haven't define error handling yet
std::cout << "Read failed! BAD!" << std::cout;
std::cout << "Read failed! BAD!" << std::endl;
// instead free tmp and return;
free(tmp);
return;
Expand Down

0 comments on commit 43c4937

Please sign in to comment.