Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
sorgom committed Nov 20, 2024
1 parent 812923f commit 4cd3bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bool open(std::ofstream& os, const std::filesystem::path& file, std::ios_base::o
}
else
{
std::cerr << "write error: " << file << '\n';
std::cerr << "write error: " << file.string() << '\n';
os.close();
}
return ok;
Expand Down

0 comments on commit 4cd3bf0

Please sign in to comment.