Skip to content

Commit 7f1f5dd

Browse files
committed
debug better
uncommenting was counterproductive
1 parent 37e561c commit 7f1f5dd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

code/controllers/configuration.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ GLOBAL_LIST_EMPTY(storyteller_cache)
249249
/datum/configuration/proc/load(filename, type = "config") //the type can also be game_options, in which case it uses a different switch. not making it separate to not copypaste code - Urist
250250
var/list/Lines = file2list(filename)
251251

252+
log_misc("loading [filename]")
252253
for(var/t in Lines)
253254
if(!t) continue
254255

tools/ci/run_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tools/deploy.sh ci_test
66

77
#test config
88
cp tools/ci/ci_config.txt ci_test/config/config.txt
9-
cat ci_test/config/config.txt
9+
1010
cd ci_test
1111
DreamDaemon cev_eris.dmb -close -trusted -verbose -params "log-directory=ci"
1212
cd ..

0 commit comments

Comments
 (0)