From 1ecf5e49727286a5723adfba986956682ca7b898 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 8 Apr 2010 09:32:06 +0100 Subject: [PATCH] Fixed stupid typo --- sso/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sso/cron.py b/sso/cron.py index 9e7461e..2986288 100644 --- a/sso/cron.py +++ b/sso/cron.py @@ -41,4 +41,4 @@ class ValidateDisabledUsers(): for servacc in ServiceAccount.objects.filter(active=0): self.__logger.info('Checking %s' % servacc) if not servacc.service.api_class.disable_user(servcc.service_uid): - self.__logger.error('Error disabling %s on %s" % (servacc, servacc.service)) + self.__logger.error('Error disabling %s on %s' % (servacc, servacc.service))