From bf8b44eccc3b47e5f3d274a22afa387bdeb818bc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 13 Oct 2019 03:37:49 -0500 Subject: hscript: Use +phase+ argument in EXECUTE_FAILURE macro --- hscript/script.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hscript/script.cc') diff --git a/hscript/script.cc b/hscript/script.cc index e92a39f..989ea0f 100644 --- a/hscript/script.cc +++ b/hscript/script.cc @@ -443,7 +443,7 @@ bool Script::execute() const { } #define EXECUTE_FAILURE(phase) \ - output_error("pre-metadata", "The HorizonScript failed to execute",\ + output_error(phase, "The HorizonScript failed to execute",\ "Check the log file for more details.") output_step_start("pre-metadata"); -- cgit v1.2.3-60-g2f50