Index: /branches/binary/server/memcached.c
===================================================================
--- /branches/binary/server/memcached.c (revision 734)
+++ /branches/binary/server/memcached.c (revision 735)
@@ -1393,5 +1393,5 @@
 static void setup_bin_protocol(conn *c) {
     char *loc = (char*)c->bin_header;
-    if (settings.verbose > 0)
+    if (settings.verbose > 1)
         fprintf(stderr, "Negotiated protocol as binary.\n");
 
@@ -1405,5 +1405,5 @@
 
 static void setup_ascii_protocol(conn *c) {
-    if (settings.verbose > 0)
+    if (settings.verbose > 1)
         fprintf(stderr, "Negotiated protocol as ascii.\n");
     c->protocol = ascii_prot;
@@ -2767,5 +2767,5 @@
 
         case conn_negotiate:
-            if (settings.verbose > 0)
+            if (settings.verbose > 1)
                 fprintf(stderr, "Negotiating protocol for a new connection\n");
             c->rlbytes = 1;
