mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Correct spelling of env var is FIREBIRD_LOCK.
This commit is contained in:
parent
ccda75fcb7
commit
c286d7c7a7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user