New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -207,7 +207,7 @@ void check_sig(int signr) {
break;
default:
snprintf(buffer, sizeof(buffer - 1),
snprintf(buffer, MAX_LOGMESSAGE_SIZE - 1,
"Caught the Signal '%d' but don't care about this.\n", signr);
LOG(2, buffer);
break;