diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ int main(int argc, char *argv[]) LOG_SET_FUNCS_VA(LOG_COLORED_FUNCS); } - ABORT_ON_FATAL( selfcheck_minimal_requirements(), + ABORT_ON_FATAL( selftest_minimal_requirements(), "Selfcheck" ); if (getopt_used(OPT_LOGLEVEL)) { |