- Start VPN gateways support implementation.

This commit is contained in:
2025-08-23 11:58:29 +02:00
parent 7a2bd651d7
commit 67f1ec7de8
7 changed files with 115 additions and 18 deletions

View File

@@ -341,7 +341,7 @@ log_print()
file_lock "${lock_file}" WRITE 8
fi
printf >> "${log_file}" "%s %9s %3s %8s %s\n" "$(date --rfc-3339=seconds -u)" "($BASHPID)" "${log_type}" "${log_prefix}:" "$*"
printf >> "${log_file}" "%s %9s %3s %16s %s\n" "$(date --rfc-3339=seconds -u)" "($BASHPID)" "${log_type}" "${log_prefix}:" "$*"
if [[ "${lock_file}" != "" ]]
then