implemented WRITE_MESSAGEs in logger-test
This commit is contained in:
parent
79c39d6ee0
commit
c001f9c6bb
@ -42,7 +42,10 @@ int main(void)
|
||||
//SET FLAGS
|
||||
setLogFlags(flags);
|
||||
|
||||
writeLog(logger.file, WRITE_MESSAGE_1); //WRITE
|
||||
//WRITE
|
||||
writeLog(logger.file, WRITE_MESSAGE_1);
|
||||
writeLog(logger.file, WRITE_MESSAGE_2);
|
||||
writeLog(logger.file, WRITE_MESSAGE_3);
|
||||
|
||||
decrypted = decryptLogger(logger); //DECRYPT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user