added something intelligent to logger-test write message

This commit is contained in:
Václav Šmejkal 2022-11-22 18:54:06 +01:00
parent 48977c0fe1
commit 9fe1fbde66
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -8,7 +8,7 @@ int main(void)
printf("%d\n", test); printf("%d\n", test);
writeLog(test, "test"); writeLog(test, "Hello from logger-test! 👋");
deallocateLogger(test); deallocateLogger(test);
return 0; return 0;