From c286d7c7a721efcf762770943e1941b480f0719e Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Tue, 6 Feb 2018 11:42:25 +0100 Subject: [PATCH] Correct spelling of env var is FIREBIRD_LOCK. --- src/utilities/ntrace/TracePluginImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/ntrace/TracePluginImpl.cpp b/src/utilities/ntrace/TracePluginImpl.cpp index 926477550c..56fdf81a06 100644 --- a/src/utilities/ntrace/TracePluginImpl.cpp +++ b/src/utilities/ntrace/TracePluginImpl.cpp @@ -977,7 +977,7 @@ void TracePluginImpl::appendServiceQueryParams(size_t send_item_length, break; case isc_info_svc_get_env_lock: - recv_query.printf(NEWLINE "\t\t retrieve the setting of $FIREBIRD_LCK"); + recv_query.printf(NEWLINE "\t\t retrieve the setting of $FIREBIRD_LOCK"); break; case isc_info_svc_get_env_msg: