Skip to content

Commit 38a87c7

Browse files
committed
Minor logging improvement
1 parent 2af49a2 commit 38a87c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binfmt-bypass/elf.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ bool is_32bit_elf(const std::string& filename) {
164164
std::ifstream ifs(filename);
165165

166166
if (!ifs) {
167-
log_error("could not open file\n");
167+
log_error("could not open file: %s\n", filename.c_str());
168168
return -1;
169169
}
170170

0 commit comments

Comments
 (0)