Browse Source

adding 'done' line to garbage report

Josh Wilson 15 years ago
parent
commit
68029c8607
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/showbase/GarbageReport.py

+ 1 - 0
direct/src/showbase/GarbageReport.py

@@ -362,6 +362,7 @@ class GarbageReport(Job):
                 if self.numGarbage > 0:
                 if self.numGarbage > 0:
                     yield None
                     yield None
                 self.notify.info(self._report[i])
                 self.notify.info(self._report[i])
+            self.notify.info('===== Garbage Report Done =====')
             self.printingEnd()
             self.printingEnd()
 
 
         yield Job.Done
         yield Job.Done