Skip to content

Commit b54231c

Browse files
committed
recover the description of error temporarily
1 parent 79fe556 commit b54231c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/tool_quit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void WARNING_QUIT(const std::string &file, const std::string &description, int e
9999
pos += max_width - 2;
100100
}
101101
const std::string warnmsg = "\n"
102-
" " + wrapped_desc + "\n"
102+
" " + description + "\n"
103103
" CHECK IN FILE : " + PARAM.globalv.global_out_dir + "warning.log\n\n";
104104
std::cout << "\n" << banner << warnmsg << banner << std::endl;
105105
GlobalV::ofs_running << "\n" << banner << warnmsg << banner << std::endl;

0 commit comments

Comments
 (0)