X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fopt%2FNqa-Audiobook-player%2FPlayer.py;h=7b7098e5e86f8918123e31626da3dadcb1fba911;hb=2542365271aaedb319d29d532535b8e5905018d8;hp=951b386353dd2a0309c18bb213238d78fe92382f;hpb=ba0ce2bb009b47c6b1ee764a82702100dbf68d52;p=nqaap diff --git a/src/opt/Nqa-Audiobook-player/Player.py b/src/opt/Nqa-Audiobook-player/Player.py index 951b386..7b7098e 100644 --- a/src/opt/Nqa-Audiobook-player/Player.py +++ b/src/opt/Nqa-Audiobook-player/Player.py @@ -54,13 +54,13 @@ class Player(object): bookPath = self._bookPaths[lastBookName] self.set_book(bookPath) except KeyError: - _moduleLogger.exception("Audiobook was not found") + _moduleLogger.exception("Audiobook was not found") except IndexError: - _moduleLogger.exception("Chapter was not found") + _moduleLogger.exception("Chapter was not found") except IOError: - _moduleLogger.exception("Audiobook could not be loaded") + _moduleLogger.exception("Audiobook could not be loaded") except Exception: - _moduleLogger.exception("Can you say 'confusion'?") + _moduleLogger.exception("Can you say 'confusion'?") @staticmethod def __format_name(path):