You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
328 B
14 lines
328 B
8 years ago
|
diff --git a/src/log.h b/src/log.h
|
||
|
index c3b7fec..1eecf3a 100644
|
||
|
--- a/src/log.h
|
||
|
+++ b/src/log.h
|
||
|
@@ -32,7 +32,7 @@ as that of the covered work. */
|
||
|
#define LOG_H
|
||
|
|
||
|
/* The log file to which Wget writes to after HUP. */
|
||
|
-#define DEFAULT_LOGFILE "wget-log"
|
||
|
+#define DEFAULT_LOGFILE "/var/run/wget/wget-log"
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|