added test line for old logging func

This commit is contained in:
Bob Polis 2020-04-29 17:52:34 +02:00
parent cfec8e9d3c
commit e0634dd77e

View File

@ -66,6 +66,7 @@ int main(int argc, const char * argv[]) {
SCError(logger, "foutje, bedankt");
SCCritical(logger, "meltdown imminent");
SCInfo(logger, "");
sclog("%s", "oud spul werkt ook");
} catch (const std::exception& ex) {
std::cerr << "tester: " << ex.what() << '\n';
return EXIT_FAILURE;