From: Michael Tremer Date: Sun, 7 Apr 2013 12:15:01 +0000 (+0200) Subject: Fix typo. X-Git-Tag: 0.9.26~10^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0757c740d0551dc3a0013d55595579a71285c124;p=pakfire.git Fix typo. --- diff --git a/python/pakfire/daemon.py b/python/pakfire/daemon.py index 267b330ef..67fdd69c2 100644 --- a/python/pakfire/daemon.py +++ b/python/pakfire/daemon.py @@ -101,7 +101,7 @@ class PakfireDaemon(object): self.__running = False def restart_keepalive(self, wait=None): - log.critial(_("Restarting keepalive process")) + log.critical(_("Restarting keepalive process")) # Send SIGTERM to really end the process. self.keepalive.terminate()