aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1535.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1535.c')
-rw-r--r--tests/libtest/lib1535.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1535.c b/tests/libtest/lib1535.c
index 32519f206..6ff03467d 100644
--- a/tests/libtest/lib1535.c
+++ b/tests/libtest/lib1535.c
@@ -71,7 +71,7 @@ int test(char *URL)
}
if(protocol != CURLPROTO_HTTP) {
fprintf(stderr, "%s:%d protocol of http resource is incorrect; "
- "expected %ld but is %ld\n",
+ "expected %d but is %ld\n",
__FILE__, __LINE__, CURLPROTO_HTTP, protocol);
res = CURLE_HTTP_RETURNED_ERROR;
goto test_cleanup;