Patch #713645: Fix typo.
diff --git a/Tools/freeze/checkextensions_win32.py b/Tools/freeze/checkextensions_win32.py
index 669a142..9a7a6dc 100644
--- a/Tools/freeze/checkextensions_win32.py
+++ b/Tools/freeze/checkextensions_win32.py
@@ -59,7 +59,7 @@
 
 	defaultMapName = os.path.join( os.path.split(sys.argv[0])[0], "extensions_win32.ini")
 	if not os.path.isfile(defaultMapName):
-		sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found" % mapFileName)
+		sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found\n" % defaultMapName)
 	else:
 		# must go on end, so other inis can override.
 		extra_inis.append(defaultMapName)