Fixed typo
This commit is contained in:
parent
8a1a50f286
commit
1eaca0236b
@ -89,7 +89,7 @@ inline std::string build_callback_info(const std::string& error_id, const std::s
|
||||
void execute_callback_fail_exit(const std::string& error, const std::string& error_message) {
|
||||
file::rollback();
|
||||
|
||||
if(!is_executable(config::callback_file)) {w
|
||||
if(!is_executable(config::callback_file)) {
|
||||
logger::fatal("callback file (%s) is not executable! Ignoring fail callback", config::callback_file.c_str());
|
||||
logger::flush();
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user