Skip to content

Commit 7932a24

Browse files
committed
oops
1 parent e74857f commit 7932a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/mkbuildoptglobals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ def main():
476476
if os.path.exists(source_globals_h_fqfn):
477477
print_msg("Using global include from " + source_globals_h_fqfn)
478478
else:
479-
print_msg("Note: optional global include file '" + source_fqfn + "' does not exist");
480-
print_msg(" (please check " + docs_url + ")");
479+
print_msg("Note: optional global include file '" + source_globals_h_fqfn + "' does not exist.")
480+
print_msg(" (please check " + docs_url + ")")
481481

482482
copy_create_build_file(source_globals_h_fqfn, globals_h_fqfn)
483483

0 commit comments

Comments
 (0)