diff options
author | Andrew Bogott <abogott@wikimedia.org> | 2012-06-28 15:59:23 -0500 |
---|---|---|
committer | Andrew Bogott <abogott@wikimedia.org> | 2012-07-02 15:57:09 -0500 |
commit | d335457f48d09c3d780c92413fe777030c1335e2 (patch) | |
tree | 3403e3548f1a374b002470f8c7c399a9e8eed381 /nova/notifications.py | |
parent | 2038e933bd8bde659e31b4a78e2211a585e3dcec (diff) | |
download | nova-d335457f48d09c3d780c92413fe777030c1335e2.tar.gz nova-d335457f48d09c3d780c92413fe777030c1335e2.tar.xz nova-d335457f48d09c3d780c92413fe777030c1335e2.zip |
Switch to common logging.
I only just moved logging from nova to common, so behavior should remain the same.
Change-Id: I1d7304ca200f9d024bb7244d25be2f9a670318fb
Diffstat (limited to 'nova/notifications.py')
-rw-r--r-- | nova/notifications.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/notifications.py b/nova/notifications.py index 29bca2c2f..998abee65 100644 --- a/nova/notifications.py +++ b/nova/notifications.py @@ -23,11 +23,11 @@ import nova.context from nova import db from nova import exception from nova import flags -from nova import log from nova import network from nova.network import model as network_model from nova.notifier import api as notifier_api from nova.openstack.common import cfg +from nova.openstack.common import log from nova.openstack.common import timeutils from nova import utils |