aboutsummaryrefslogtreecommitdiff
path: root/buildtools/codegen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/codegen/main.cpp')
-rw-r--r--buildtools/codegen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/codegen/main.cpp b/buildtools/codegen/main.cpp
index e759c31..298f19e 100644
--- a/buildtools/codegen/main.cpp
+++ b/buildtools/codegen/main.cpp
@@ -674,7 +674,7 @@ where <output path>: the directory to write generated contents to. This will N
}
const char* outputDir = argv[1];
- DEBUG_PRINTF("Outputting to directory %s.\n", outputDirPath);
+ DEBUG_PRINTF("Outputting to directory %s.\n", outputDir);
{
char path[2048];