diff options
Diffstat (limited to '')
-rw-r--r-- | lib/feed2imap/feed2imap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed2imap/feed2imap.rb b/lib/feed2imap/feed2imap.rb index a20eeed..e1ad3cd 100644 --- a/lib/feed2imap/feed2imap.rb +++ b/lib/feed2imap/feed2imap.rb @@ -47,7 +47,7 @@ class Feed2Imap exit(1) end if (File::stat(configfile).mode & 044) != 0 - @logger.warn("Configuration file is readable by other users. It" + + @logger.warn("Configuration file is readable by other users. It " + "probably contains your password.") end begin |