diff --git a/direct/src/showbase/GarbageReport.py b/direct/src/showbase/GarbageReport.py index 9c285bb4a0..ea34bf0d2d 100755 --- a/direct/src/showbase/GarbageReport.py +++ b/direct/src/showbase/GarbageReport.py @@ -362,6 +362,7 @@ class GarbageReport(Job): if self.numGarbage > 0: yield None self.notify.info(self._report[i]) + self.notify.info('===== Garbage Report Done =====') self.printingEnd() yield Job.Done