Wrap a long error message.
Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2172516
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
interop/interop.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/interop/interop.c b/interop/interop.c
index 23212f8be82a..20e101d4ae73 100644
--- a/interop/interop.c
+++ b/interop/interop.c
@@ -191,7 +191,8 @@ main (int argc, char *argv[])
#if TLS_FALLBACK
if (nbd_get_tls_negotiated (nbd) != 0) {
fprintf (stderr,
- "%s: TLS disabled, but connection didn't fall back to
plaintext\n",
+ "%s: TLS disabled, but connection didn't fall back to "
+ "plaintext\n",
argv[0]);
exit (EXIT_FAILURE);
}