projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62de6e
)
vswitch: Drop debug print that escaped.
author
Ben Pfaff
<blp@nicira.com>
Wed, 8 Apr 2009 16:42:00 +0000
(09:42 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 8 Apr 2009 17:36:20 +0000
(10:36 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 56d608c48e8ab875a9b26458a106f6f938d37f91..5b976abca63f9fbb3353dfecdae4a5cc2ca59678 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-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;