X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=src%2Fconstants.h;h=f7c9b77b1cde6b3cf18a55486f2d0d51bf53db06;hp=d577cb263b372a017471a75b3f0b3dfd186a02da;hb=7337375e052aa1eeebc681c7c5b78aa242329339;hpb=51377106d1bd632546fa66bc27ac1a02a647f026 diff --git a/src/constants.h b/src/constants.h index d577cb2..f7c9b77 100644 --- a/src/constants.h +++ b/src/constants.h @@ -35,6 +35,8 @@ #ifdef DEBUG # define DEBUG_FILE "colored_stderr_debug_log.txt" +/* Created in the user's home directory, appends to existing file. */ +# define WARNING_FILE "colored_stderr_warning_log.txt" #endif #endif