Răsfoiți Sursa

qdevice-votequorum: Fix typo in log message

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse 5 ani în urmă
părinte
comite
3db05bedf6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      qdevices/qdevice-votequorum.c

+ 1 - 1
qdevices/qdevice-votequorum.c

@@ -269,7 +269,7 @@ qdevice_votequorum_destroy(struct qdevice_instance *instance)
 
 	res = votequorum_trackstop(instance->votequorum_handle);
 	if (res != CS_OK) {
-		log(LOG_WARNING, "Can't start tracking votequorum changes. Error %s",
+		log(LOG_WARNING, "Can't stop tracking votequorum changes. Error %s",
 		    cs_strerror(res));
 	}