From 22543aea001466f471c905fb6d4c2ee2bb071a80 Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 17 May 2014 18:54:54 +0200 Subject: [PATCH] Update firewall.py --- firewall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall.py b/firewall.py index c2d52015e..f5dc829d0 100644 --- a/firewall.py +++ b/firewall.py @@ -248,7 +248,7 @@ def firewall_upnp(action=None): if firewall['uPnP']['enabled'] == True: msignals.display(m18n.n('upnp_active'), 'success') else: - raise MoulinetteError(errno.EPERM, + raise MoulinetteError(errno.EADV, m18n.n('upnp_inactive')) if action: