Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8e206eed
Commit
8e206eed
authored
Apr 15, 2002
by
Leigh B. Stoller
Browse files
Oops, left in a debugging printf.
parent
d881770b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/node.tcl
View file @
8e206eed
...
...
@@ -237,7 +237,6 @@ Node instproc add_routes_to_DB {DB} {
return
}
}
puts stderr
"'
$pid
','
$eid
','
$self
','
$dstip
','
$hopip
','
$type
'"
sql exec $DB
"insert into virt_routes (pid,eid,vname,dst,nexthop,dst_type) values ('
$pid
','
$eid
','
$self
','
$dstip
','
$hopip
','
$type
')"
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment