1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-29 21:01:13 +03:00

Correct misleading error message

This commit is contained in:
Bjoern Petri
2016-01-06 11:18:33 +01:00
parent d71b2d9379
commit 37b9aabedb

View File

@ -343,7 +343,7 @@ main(int argc, char *argv[])
#ifdef USE_IPV6
if (!mg_check_feature(8)) {
fprintf(stderr,
"Error: Embedded example built with websocket support, "
"Error: Embedded example built with IPv6 support, "
"but civetweb library build without.\n");
err = 1;
}