Skip to content

Commit

Permalink
Rephrase log message
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jul 3, 2018
1 parent d13fd98 commit 208fe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_utils/crypttab.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def parse_crypttab(filename='/etc/crypttab', context=None):
logger.warning("Ignoring line %i in %s because I couldn't parse it!",
entry.line_number, entry.configuration_file)
else:
logger.notice("No encrypted filesystem found (the file %s doesn't exist).", filename)
logger.notice("No encrypted filesystems found on %s because %s doesn't exist.", context, filename)


class EncryptedFileSystemEntry(TabFileEntry):
Expand Down

0 comments on commit 208fe5d

Please sign in to comment.