Skip to content

Commit

Permalink
logg
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Feb 22, 2024
1 parent a8a27a6 commit 5b65efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extern char *log_area_names[];
/**
* Activate debug logging.
* @param log_areas an array of log areas to activate, zero-terminated, should not be empty. The value will by copied
* and can be freed after returning from the function.
* and can be freed after returning from the function. Passing NULL will turn off debug logging.
*/
void activate_debug_logging(int *log_areas);

Expand Down

0 comments on commit 5b65efc

Please sign in to comment.