From cd1b5eb3f091443900438267631d085cd51dedc0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 May 2010 15:50:32 -0600 Subject: [PATCH] ... --- src/calibre/devices/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/errors.py b/src/calibre/devices/errors.py index 8191b15db6..7464d6635e 100644 --- a/src/calibre/devices/errors.py +++ b/src/calibre/devices/errors.py @@ -27,7 +27,7 @@ class DeviceError(ProtocolError): class UserFeedback(DeviceError): INFO = 0 - WARN = 1 + WARN = WARNING = 1 ERROR = 2 def __init__(self, msg, details, level):