]> git.proxmox.com Git - mirror_corosync-qdevice.git/blobdiff - qdevices/corosync-qnetd.c
qnetd: Improve dead peer detection
[mirror_corosync-qdevice.git] / qdevices / corosync-qnetd.c
index eede5d1c2bc795d2d8efdd4bf86f7c077af4dce6..0d7f764af7b518bd98d04af84fe1362800a0059d 100644 (file)
@@ -237,6 +237,9 @@ cli_parse_long_opt(struct qnetd_advanced_settings *advanced_settings, const char
                case -2:
                        errx(EXIT_FAILURE, "Invalid value '%s' for option '%s'", val, opt);
                        break;
+               case -3:
+                       warnx("Option '%s' is deprecated and has no effect anymore", opt);
+                       break;
                }
        }