Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231464
Collapse All | Expand All

(-)pym/portage/elog/__init__.py (-1 / +1 lines)
Lines 97-103 Link Here
97
97
98
		# in case the filters matched all messages and no module overrides exist
98
		# in case the filters matched all messages and no module overrides exist
99
		if len(default_logentries) == 0 and (not ":" in mysettings.get("PORTAGE_ELOG_SYSTEM", "")):
99
		if len(default_logentries) == 0 and (not ":" in mysettings.get("PORTAGE_ELOG_SYSTEM", "")):
100
			return
100
			continue
101
101
102
		default_fulllog = _combine_logentries(default_logentries)
102
		default_fulllog = _combine_logentries(default_logentries)
103
103

Return to bug 231464