Skip to content

Commit 4fe64e2

Browse files
committed
log added plymouth theme
Signed-off-by: Zen <[email protected]>
1 parent 4fc2dd1 commit 4fe64e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ugrd/base/plymouth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'
22

33
from zenlib.util import unset
44
from configparser import ConfigParser
@@ -47,7 +47,7 @@ def _process_plymouth_theme(self, theme):
4747
def pull_plymouth(self):
4848
""" Adds plymouth files to dependencies """
4949
dir_list = [Path('/usr/lib64/plymouth'), Path('/usr/share/plymouth/themes/') / self["plymouth_theme"]]
50-
self.logger.info("Adding plymouth files to dependencies.")
50+
self.logger.info("[%s] Adding plymouth files to dependencies." % self["plymouth_theme"])
5151
for directory in dir_list:
5252
for file in directory.rglob('*'):
5353
self['dependencies'] = file

0 commit comments

Comments
 (0)