blob: ed6df94ab5c2e20542aad154ef685b31a549f597 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- liblepton/scheme/geda/log-rotate.scm.orig 2019-10-03 20:45:55 UTC
+++ liblepton/scheme/geda/log-rotate.scm
@@ -44,7 +44,7 @@
;; FIXME This should be obtained from the code that decides where to
;; create and populate log files.
(define (log-directory)
- (string-append (user-config-dir) file-name-separator-string "logs"))
+ (string-append (user-cache-dir) file-name-separator-string "logs"))
;;;; get-log-toolname path
;;
|