Browse Source

celeryd: Forgot to import celery.log.emergency_error

Ask Solem 16 years ago
parent
commit
0f59629ffb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/bin/celeryd

+ 1 - 1
celery/bin/celeryd

@@ -8,7 +8,7 @@ if django_project_dir:
 
 from django.conf import settings
 from celery.platform import PIDFile, daemonize, remove_pidfile
-from celery.log import setup_logger
+from celery.log import setup_logger, emergency_error
 from celery.conf import LOG_LEVELS, DAEMON_LOG_FILE, DAEMON_LOG_LEVEL
 from celery.conf import DAEMON_CONCURRENCY, DAEMON_PID_FILE
 from celery.conf import QUEUE_WAKEUP_AFTER