]> git.mxchange.org Git - flightgear.git/commitdiff
mark file names (for post-processing)
authormfranz <mfranz>
Fri, 19 Dec 2008 13:38:25 +0000 (13:38 +0000)
committermfranz <mfranz>
Fri, 19 Dec 2008 13:38:25 +0000 (13:38 +0000)
scripts/tools/lsprop

index da280e86c414b7b2c3619470bdf29c193f92f951..076f695ceda83cd98ce6b108b733e71ec6d6e890 100755 (executable)
@@ -100,7 +100,7 @@ class parse_xml_file(xml.sax.handler.ContentHandler):
                self.pretty_path = cook_path(path)
 
                if config.verbose > 1:
-                       errmsg("%s  (%d)" % (path, nesting), "35")
+                       errmsg("FILE %s  (%d)" % (path, nesting), "35")
                if not os.path.exists(path):
                        raise Error("file doesn't exist: " + self.pretty_path)