]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pakfire/patches/0010-Fix-typo.patch
pakfire: Sync with upstream.
[people/ms/ipfire-3.x.git] / pakfire / patches / 0010-Fix-typo.patch
CommitLineData
eac44f69
MT
1From 0757c740d0551dc3a0013d55595579a71285c124 Mon Sep 17 00:00:00 2001
2From: Michael Tremer <michael.tremer@ipfire.org>
3Date: Sun, 7 Apr 2013 14:15:01 +0200
4Subject: [PATCH 10/19] Fix typo.
5
6---
7 python/pakfire/daemon.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/python/pakfire/daemon.py b/python/pakfire/daemon.py
11index 267b330..67fdd69 100644
12--- a/python/pakfire/daemon.py
13+++ b/python/pakfire/daemon.py
14@@ -101,7 +101,7 @@ class PakfireDaemon(object):
15 self.__running = False
16
17 def restart_keepalive(self, wait=None):
18- log.critial(_("Restarting keepalive process"))
19+ log.critical(_("Restarting keepalive process"))
20
21 # Send SIGTERM to really end the process.
22 self.keepalive.terminate()
23--
241.8.1.4
25