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
24903113
Commit
24903113
authored
Nov 12, 2010
by
Mike Hibler
Browse files
Fix some nits.
parent
3d4223d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
24903113
...
...
@@ -7513,7 +7513,7 @@ COMMAND_PROTOTYPE(dotopomap)
reqp->pid, reqp->eid);
if ((fp = fopen(buf, "r")) == NULL) {
errorc
(
"DOTOPOMAP: Could not open topomap for %s
:
"
,
errorc("DOTOPOMAP: Could not open topomap for %s",
reqp->nodeid);
return 1;
}
...
...
@@ -7550,7 +7550,7 @@ COMMAND_PROTOTYPE(doltmap)
reqp->pid, reqp->eid);
if ((fp = fopen(buf, "r")) == NULL) {
errorc
(
"DOLTMAP: Could not open ltmap for %s
:
"
,
errorc("DOLTMAP: Could not open ltmap for %s",
reqp->nodeid);
return 1;
}
...
...
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