No real changes.
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
(require "rktplayer.rkt")
|
(require "rktplayer.rkt")
|
||||||
|
|
||||||
|
(run)
|
||||||
|
|
||||||
(run-rktplayer)
|
|
||||||
|
|||||||
+4
-1
@@ -14,8 +14,9 @@
|
|||||||
|
|
||||||
(define-runtime-path rkt-gui-dir "gui")
|
(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-file log-file)
|
||||||
|
;(sl-log-to-display)
|
||||||
|
|
||||||
(displayln (format "Logging to file ~a" log-file))
|
(displayln (format "Logging to file ~a" log-file))
|
||||||
|
|
||||||
@@ -53,3 +54,5 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(run)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user