Skip to content

Commit 6d99aa6

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[Trivial] Remove wrong format_message() conversion"
2 parents 2ad25db + 5d26fda commit 6d99aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova/compute/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ def _build_resources(self, context, instance, requested_networks,
25932593
arqs = self._get_bound_arq_resources(
25942594
context, instance, accel_uuids)
25952595
except (Exception, eventlet.timeout.Timeout) as exc:
2596-
LOG.exception(exc.format_message())
2596+
LOG.exception(exc)
25972597
self._build_resources_cleanup(instance, network_info)
25982598
compute_utils.delete_arqs_if_needed(context, instance)
25992599
msg = _('Failure getting accelerator requests.')

0 commit comments

Comments
 (0)