From 0533480b8ef234eb223cf420a206cdbecb67d7b8 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Thu, 30 Apr 2015 09:07:11 -0700 Subject: [PATCH] Updated LOG_VERBOSITY description. --- xpcPlugin/Log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcPlugin/Log.h b/xpcPlugin/Log.h index 136e103..a7c941e 100644 --- a/xpcPlugin/Log.h +++ b/xpcPlugin/Log.h @@ -13,7 +13,7 @@ // 2: All errors. Any time something unexpected happens, log it. // 3: Significant actions. Any time something happens outside of normal // command processing, log it. -// 4: Everything. Log nearly every single action the plugin takes. This may +// 5: Everything. Log nearly every single action the plugin takes. This may // have a detrimental impact on X-Plane performance. #define LOG_VERBOSITY 2