diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-26 21:23:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-26 21:23:34 +0100 |
| commit | 0fa8c400ee4aa36e1cffc1277989a6dc99beabdf (patch) | |
| tree | 74e023e742b36d99552900e0e19987e2eda98542 | |
| parent | f50bc87e0b7e7a376e2f3430b8f34adf02d8a60f (diff) | |
Fix typo in path.
| -rw-r--r-- | DEVELOP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOP.md b/DEVELOP.md index 7058938dd..3ba1eeac2 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -11,7 +11,7 @@ As we have no `film' folder to log to during disk writes, the logs end up: ### macOS * Disk writer backend: `/var/log/dcpomatic_disk_writer_{out,err}.log` -* Disk writer frontend: `/Users/$USER/Library/Preferences/2/com.dcpomatic/2.16/disk.log` +* Disk writer frontend: `/Users/$USER/Library/Preferences/com.dcpomatic/2/2.16/disk.log` ### Windows |
