X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Flog.h;h=c8c3ab1bdc67bd5cb4c4e00660b9bbf565870f17;hp=ef59aa7557cce0a809b67a404d5cec7ce5e36f92;hb=e2e9b753e47efb8f228b9b14f04f307e4f2489b3;hpb=3e207912bd72a55ee05e127a2f5ee4836099fa24 diff --git a/src/log.h b/src/log.h index ef59aa75..c8c3ab1b 100644 --- a/src/log.h +++ b/src/log.h @@ -30,6 +30,9 @@ so, delete this exception statement from your version. */ #ifndef LOG_H #define LOG_H +/* The log file to which Wget writes to after HUP. */ +#define DEFAULT_LOGFILE "wget-log" + /* Make gcc check for the format of logmsg() and debug_logmsg(). */ #ifdef __GNUC__ # define GCC_FORMAT_ATTR(a, b) __attribute__ ((format (printf, a, b)))