Skip to content

Commit

Permalink
Fix mozilla error message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Feb 24, 2015
1 parent aafee7e commit 8a13331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/src/softwares/browsers/mozilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def retrieve_password(self):

# Check if the libnss could be initialized well
if self.dll_NotFound:
print_debug('ERROR', 'The libnss have not been initialized because the nss3.dll has not been found')
print_debug('ERROR', 'The libnss have not been initialized because the libnss3.so has not been found')

#Check if mozilla folder has been found
elif not os.path.exists(path):
Expand Down

0 comments on commit 8a13331

Please sign in to comment.