projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f976a
)
Drop stray debug messages.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 25 Apr 2008 02:07:54 +0000
(19:07 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 25 Apr 2008 02:08:52 +0000
(19:08 -0700)
controller/controller.c
patch
|
blob
|
history
diff --git
a/controller/controller.c
b/controller/controller.c
index 9ef72d0f0d92879334889686d8928c41919e0712..b345b67645cf2c38062b68c64d2f1d1cccd89362 100644
(file)
--- a/
controller/controller.c
+++ b/
controller/controller.c
@@
-162,7
+162,6
@@
main(int argc, char *argv[])
if (retval) {
break;
}
- printf("accept!\n");
switches[n_switches++] = new_switch("tcp", new_vconn);
}
} else {
@@
-273,7
+272,6
@@
static void
close_switch(struct switch_ *this)
{
if (this) {
- printf("dropped!\n");
free(this->name);
vconn_close(this->vconn);
queue_destroy(&this->txq);