From 0259ea04389850b2546c8f9dda4f0a733cd1f34c Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 19 Nov 2015 09:18:08 +0100 Subject: [PATCH] Fix debug output for cinder-volume-usage-audit Fixes variables not being included in log output. Change-Id: Ic403166b88b1ba549fe7a7b0cd95d7cbb7a0de4c --- cinder/cmd/volume_usage_audit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/cmd/volume_usage_audit.py b/cinder/cmd/volume_usage_audit.py index 23b9a4a1cfa..e9f20bf8a86 100644 --- a/cinder/cmd/volume_usage_audit.py +++ b/cinder/cmd/volume_usage_audit.py @@ -103,7 +103,7 @@ def main(): volumes = db.volume_get_active_by_window(admin_context, begin, end) - LOG.debug("Found %d volumes"), len(volumes) + LOG.debug("Found %d volumes", len(volumes)) for volume_ref in volumes: try: LOG.debug("Send exists notification for "