Break up a long error message.
Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2172516
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
tests/connect-uri.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/connect-uri.c b/tests/connect-uri.c
index 1896e289186b..f0fd18803a61 100644
--- a/tests/connect-uri.c
+++ b/tests/connect-uri.c
@@ -198,7 +198,8 @@ compare_uris (const char *uri1, const char *uri2)
if (strstr (uri2, q) != NULL)
r = 0;
else {
- fprintf (stderr, "error: compare_uris: query string '%s' does not
appear in returned URI\n", q);
+ fprintf (stderr, "error: compare_uris: query string '%s' does not
appear "
+ "in returned URI\n", q);
r = 1;
}
free (q);