diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-07-03 23:54:58 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-07-03 23:54:58 +0000 |
| commit | 63ce7031d1b0fd0c251fffea55bc7120e3d1f6b0 (patch) | |
| tree | 2c8a0ad202a9de32f727884a0ce00341c3c5fa67 | |
| parent | ff5981b59b6fc5b280af101c2309acb5b7324dab (diff) | |
Fix missing nova.log change to nova.openstack.common.log
This appears to have slipped through the cracks in the recent move
from nova.log to nova.openstack.common.log
Change-Id: I4935c6e1ba0681a31c081b580f1afecc676c5697
| -rwxr-xr-x | bin/nova-novncproxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-novncproxy b/bin/nova-novncproxy index 30a13612e..2c834d13a 100755 --- a/bin/nova-novncproxy +++ b/bin/nova-novncproxy @@ -30,8 +30,8 @@ import websockify from nova import context from nova import flags -from nova import log as logging from nova.openstack.common import cfg +from nova.openstack.common import log as logging from nova import rpc from nova import utils |
