From fccb0feb2d9805572f2aa1e57fde45277d913363 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 16 Nov 2015 14:32:52 -0500 Subject: [PATCH] get_all_snapshots: Fix log message typo snaphsots -> snapshots Change-Id: I1d6fb77251f8106670cb1674e0f99314a84134ad --- cinder/volume/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/api.py b/cinder/volume/api.py index 634b449b1..e20107525 100644 --- a/cinder/volume/api.py +++ b/cinder/volume/api.py @@ -569,7 +569,7 @@ class API(base.Base): context, context.project_id, search_opts, marker, limit, sort_keys, sort_dirs, offset) - LOG.info(_LI("Get all snaphsots completed successfully.")) + LOG.info(_LI("Get all snapshots completed successfully.")) return snapshots @wrap_check_policy -- 2.45.2