Index: trunk/ntripserver/ntripserver.c
===================================================================
--- trunk/ntripserver/ntripserver.c	(revision 1811)
+++ trunk/ntripserver/ntripserver.c	(revision 1883)
@@ -1,4 +1,4 @@
 /*
- * $Id: ntripserver.c,v 1.47 2009/02/11 10:20:32 stoecker Exp $
+ * $Id: ntripserver.c,v 1.48 2009/04/27 09:47:59 stoecker Exp $
  *
  * Copyright (c) 2003...2007
@@ -37,6 +37,6 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.47 $";
-static char datestr[]     = "$Date: 2009/02/11 10:20:32 $";
+static char revisionstr[] = "$Revision: 1.48 $";
+static char datestr[]     = "$Date: 2009/04/27 09:47:59 $";
 
 #include <ctype.h>
@@ -437,16 +437,4 @@
     fprintf(stderr, "\n");
     usage(1, argv[0]);                   /* never returns */
-  }
-
-  if(outputmode != NTRIP1)
-  {
-     fprintf(stderr, "\nWARNING: *** NTRIP VERSION 2 PROTOCOL IS STILL"
-      " BETA AND MAY BE CHANGED ***\n\n");
-  }
-
-  if(ntrip_str && (outputmode == NTRIP1))
-  {
-     fprintf(stderr, "WARNING: OutputMode is Ntrip version 1.0"
-     " - Ntrip-STR will not be considered\n");
   }
 
@@ -969,5 +957,5 @@
             "Transfer-Encoding: chunked\r\n\r\n",
             mountpoint, casterouthost, AGENTSTRING,
-            revisionstr, authorization, ntrip_str ? "\r\nNtrip-STR: " : "",
+            revisionstr, authorization, ntrip_str ? (outputmode == NTRIP1 ? "\r\nSTR: " : "\r\nNtrip-STR: ") : "",
             ntrip_str);
             i += j;
