From kde-commits Thu Feb 28 23:16:04 2013 From: Rene Kuettner Date: Thu, 28 Feb 2013 23:16:04 +0000 To: kde-commits Subject: [marble] tools/gen-sat-catalog/lib: tools/gen-sat-catalog: Log info when writing catalog Message-Id: <20130228231604.BBCBBA604F () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=136209337329530 Git commit b49b7d5bb64cde558848bdb8dbd2b50e9df33c3e by Rene Kuettner. Committed on 01/03/2013 at 00:14. Pushed by renek into branch 'master'. tools/gen-sat-catalog: Log info when writing catalog M +1 -0 tools/gen-sat-catalog/lib/ObjectCatalog.py http://commits.kde.org/marble/b49b7d5bb64cde558848bdb8dbd2b50e9df33c3e diff --git a/tools/gen-sat-catalog/lib/ObjectCatalog.py b/tools/gen-sat-cat= alog/lib/ObjectCatalog.py index ff7f66a..b3b8d4e 100644 --- a/tools/gen-sat-catalog/lib/ObjectCatalog.py +++ b/tools/gen-sat-catalog/lib/ObjectCatalog.py @@ -62,6 +62,7 @@ class ObjectCatalog(object): print(space_obj.name + " added to object catalog.") = def write(self): + print("Writing catalog to file: " + self._filename) self._file.write(etree.tostring(self._xml, pretty_print=3DTrue, xml_declaration=3DTrue,