Allon Mureinik has uploaded a new change for review.

Change subject: secrets: Fix typo in clear()'s logging
......................................................................

secrets: Fix typo in clear()'s logging

Change-Id: I7cfca6528f742ad7c3af40eeaaf678b2656c8fa4
Signed-off-by: Allon Mureinik <[email protected]>
---
M vdsm/virt/secret.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/22/48522/1

diff --git a/vdsm/virt/secret.py b/vdsm/virt/secret.py
index a9bf070..e287075 100644
--- a/vdsm/virt/secret.py
+++ b/vdsm/virt/secret.py
@@ -87,7 +87,7 @@
     Should be called during startup and shutdown to ensure that we don't leave
     around stale or unneeded secrets.
     """
-    logging.info("Unregistering all secrests")
+    logging.info("Unregistering all secrets")
     con = libvirtconnection.get()
     for virsecret in con.listAllSecrets():
         try:


-- 
To view, visit https://gerrit.ovirt.org/48522
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7cfca6528f742ad7c3af40eeaaf678b2656c8fa4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to