Skip to content

Commit

Permalink
Changed notification for successful PRNG init for AES-CTR to NWIPE_LO…
Browse files Browse the repository at this point in the history
…G_DEBUG.
  • Loading branch information
Knogle committed Apr 12, 2024
1 parent 8702cc3 commit 8b284f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aes/aes_ctr_prng.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void aes_ctr_prng_init( aes_ctr_state_t* state, unsigned long init_key[], unsign
goto error; // Handle error
}

nwipe_log( NWIPE_LOG_INFO, "AES CTR PRNG successfully initialized." ); // Log successful initialization
nwipe_log( NWIPE_LOG_DEBUG, "AES CTR PRNG successfully initialized." ); // Log successful initialization
return; // Exit successfully

error:
Expand Down

0 comments on commit 8b284f3

Please sign in to comment.