Skip to content

Commit

Permalink
file check
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Oct 4, 2024
1 parent cd39ac3 commit ec3661c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ namespace torali
altfile.close();
return true;
}
return false;
std::cerr << "Config file does not exist: " << c.altfile.string() << std::endl;
return false;
}

template<typename TConfig>
Expand Down

0 comments on commit ec3661c

Please sign in to comment.