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
ae3ce1a6
Commit
ae3ce1a6
authored
Feb 18, 2005
by
Timothy Stack
Browse files
turn a fatal into a plain error message
parent
91b2614c
Changes
1
Show whitespace changes
Inline
Side-by-side
robots/vmcd/vmcd.c
View file @
ae3ce1a6
...
...
@@ -709,7 +709,7 @@ int main(int argc, char *argv[])
case
MTP_POSITION_STATUS_IDLE
:
/* Got a response to an MTP_WIGGLE_START. */
if
(
ro
==
NULL
)
{
fatal
(
"unknown bot %d
\n
"
,
mws
->
robot_id
);
error
(
"unknown bot %d
\n
"
,
mws
->
robot_id
);
}
else
{
/*
...
...
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