1
0
Fork 0

src/Main/fg_commands.cxx: incremented diagnostic if profiling not available.

This commit is contained in:
Julian Smith 2020-10-17 15:56:14 +01:00
parent b78ef0c1ab
commit 1a4d3785c4

View file

@ -887,7 +887,7 @@ no_profiling_support()
SG_LOG
(
SG_GENERAL,
SG_WARN,
SG_ALERT,
"No profiling support! Install gperftools and reconfigure/rebuild fgfs."
);
}