Browse Source

Correct misleading error message

Bjoern Petri 9 years ago
parent
commit
37b9aabedb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/embedded_c/embedded_c.c

+ 1 - 1
examples/embedded_c/embedded_c.c

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