Mercurial
changeset 107:1423044e3d58
Adding repo root.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 03 Jan 2026 10:48:11 -0800 |
| parents | daf2d393741a |
| children | f07abbcd2ec5 |
| files | hg-web/main.c |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hg-web/main.c Sat Jan 03 10:46:58 2026 -0800 +++ b/hg-web/main.c Sat Jan 03 10:48:11 2026 -0800 @@ -102,6 +102,7 @@ Seobeo_Log(SEOBEO_INFO, "rel_path: %s\n", rel_path); Seobeo_Log(SEOBEO_INFO, "decoded_path: %s\n", decoded_path); Seobeo_Log(SEOBEO_INFO, "safe path: %s\n", safe_path); + Seobeo_Log(SEOBEO_INFO, "REPO_ROOT: %s\n", REPO_ROOT); fflush(stdout); char full_path[MAX_PATH]; @@ -189,6 +190,7 @@ Seobeo_Log(SEOBEO_INFO, "rel_path: %s\n", rel_path); Seobeo_Log(SEOBEO_INFO, "decoded_path: %s\n", decoded_path); Seobeo_Log(SEOBEO_INFO, "safe path: %s\n", safe_path); + Seobeo_Log(SEOBEO_INFO, "REPO_ROOT: %s\n", REPO_ROOT); fflush(stdout); if (strlen(safe_path) == 0)