vswitch: Drop debug print that escaped.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Apr 2009 16:42:00 +0000 (09:42 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 8 Apr 2009 17:36:20 +0000 (10:36 -0700)
vswitchd/bridge.c

index 56d608c48e8ab875a9b26458a106f6f938d37f91..5b976abca63f9fbb3353dfecdae4a5cc2ca59678 100644 (file)
@@ -667,7 +667,6 @@ bridge_pick_datapath_id(struct bridge *br,
         const char *host_uuid = xenserver_get_host_uuid();
         if (host_uuid) {
             char *combined = xasprintf("%s,%s", host_uuid, br->name);
-            printf("%s\n", combined);
             dpid = dpid_from_hash(combined, strlen(combined));
             free(combined);
             return dpid;