Use openstack.common.log for logging.

- We are not using openstack.common.notifier just yet so handedit
  openstack.common.log to use cinder.notifier now.

Change-Id: I9d912904c53a8ef5d90b4ab5792f5577701b6817
This commit is contained in:
Chmouel Boudjnah
2012-07-20 10:53:41 +00:00
parent 3536ee616f
commit fe716c0ee4
77 changed files with 316 additions and 488 deletions

View File

@@ -29,7 +29,7 @@ import sys
import webob.exc
from cinder import log as logging
from cinder.openstack.common import log as logging
LOG = logging.getLogger(__name__)