Differences From Artifact [08616bdb4f]:
- File rmtmod.scm — part of check-in [b5319490ec] at 2024-02-08 19:47:52 on branch v1.90 — Load db and key _records from commonmod only (user: matt, size: 48161) [annotate] [blame] [check-ins using]
To Artifact [f16c2416fe]:
- File rmtmod.scm — part of check-in [1d37efe6c5] at 2024-02-09 20:38:51 on branch v1.90-fix-modes — wip (user: matt, size: 48134) [annotate] [blame] [check-ins using]
︙ | |||
948 949 950 951 952 953 954 | 948 949 950 951 952 953 954 955 956 957 958 959 960 961 | - | (begin (debug:print-info 0 *default-log-port* "hh-dat="hh-dat) #f))) #f))) ;; not true strickly speaking, might be runremote was not yet initialized. (define (make-and-init-remote areapath) (case (rmt:transport-mode) |
︙ |