From 1a4d3785c42209598ac25e220cad38befe3e8829 Mon Sep 17 00:00:00 2001 From: Julian Smith <jules@op59.net> Date: Sat, 17 Oct 2020 15:56:14 +0100 Subject: [PATCH] src/Main/fg_commands.cxx: incremented diagnostic if profiling not available. --- src/Main/fg_commands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 4d1650ea4..ec0fdf83c 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -887,7 +887,7 @@ no_profiling_support() SG_LOG ( SG_GENERAL, - SG_WARN, + SG_ALERT, "No profiling support! Install gperftools and reconfigure/rebuild fgfs." ); }