util: Use compile-time check for LogConnectFailure

This commit is contained in:
MarcoFalke
2024-09-10 22:55:29 +02:00
parent fa7087b896
commit fa5bc450d5
3 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ import sys
FUNCTION_NAMES_AND_NUMBER_OF_LEADING_ARGUMENTS = [
'tfm::format,1', # Assuming tfm::::format(std::ostream&, ...
'LogConnectFailure,1',
'LogError,0',
'LogWarning,0',
'LogInfo,0',