Skip to content
GitLab
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
3bf3946b
Commit
3bf3946b
authored
Jan 29, 2004
by
Robert Ricci
Browse files
Node features should go to stdout, not stderr.
parent
4bf33b12
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/solution.cc
View file @
3bf3946b
...
...
@@ -166,7 +166,7 @@ void print_solution_summary()
feature_it
!=
pnode
->
features
.
end
();
++
feature_it
)
{
if
((
feature_it
->
first
[
0
]
==
'?'
)
&&
(
feature_it
->
first
[
1
]
==
'+'
))
{
double
remaining
=
feature_it
->
second
;
c
err
<<
" "
<<
feature_it
->
first
<<
":"
<<
remaining
<<
endl
;
c
out
<<
" "
<<
feature_it
->
first
<<
":"
<<
remaining
<<
endl
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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