No real changes.

This commit is contained in:
2026-04-20 19:07:32 +02:00
parent 2db83592bb
commit c28357cfca
2 changed files with 5 additions and 4 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
(require "rktplayer.rkt")
(run-rktplayer)
(run)
+4 -1
View File
@@ -14,8 +14,9 @@
(define-runtime-path rkt-gui-dir "gui")
(define log-file (build-path (find-system-path 'home-dir) ".rktplayer.log"))
(define log-file (build-path (find-system-path 'cache-dir) ".rktplayer.log"))
(sl-log-to-file log-file)
;(sl-log-to-display)
(displayln (format "Logging to file ~a" log-file))
@@ -53,3 +54,5 @@
)
)
(run)