Browse Source

qdevice-votequorum: Fix typo in log message

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse 5 năm trước cách đây
mục cha
commit
3db05bedf6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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));
 	}