• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A CLI tool for downloading from pixiv.net


Commit MetaInfo

修訂cab402b860f2b2ef060e757c42f6ebac00590f22 (tree)
時間2023-10-25 19:11:20
作者mio <stigma@disr...>
Commitermio

Log Message

Log data directory

Helps locate the file when an update of PHPSESSID is required.

Need to add an option for changing this...

Change Summary

差異

--- a/source/app.d
+++ b/source/app.d
@@ -1174,8 +1174,9 @@ loadConfig()
11741174 config.baseFolder = userDirs.pictureDir;
11751175 }
11761176 log.infof("config.baseFolder = %s", config.baseFolder);
1177+ log.infof("data directory = %s", dirs.dataDir);
11771178
1178- string idFilePath = buildPath(dirs.dataDir, ".phpsessid");
1179+ const idFilePath = buildPath(dirs.dataDir, ".phpsessid");
11791180
11801181 if (!exists(idFilePath)) {
11811182 mkdirRecurse(dirs.dataDir);