# HG changeset patch # User June Park # Date 1767466091 28800 # Node ID 1423044e3d58bd3a5554cef282ba135dc2618c43 # Parent daf2d393741aaf22cfe94b1aacb8fad817943cea Adding repo root. diff -r daf2d393741a -r 1423044e3d58 hg-web/main.c --- 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)