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
944cd65c
Commit
944cd65c
authored
Feb 03, 2006
by
Robert Ricci
Browse files
Fix a missing \n
parent
2b11ec8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/libnetmon/libnetmon.c
View file @
944cd65c
...
...
@@ -247,7 +247,7 @@ void startFD(int fd, const struct sockaddr *localname,
if
(
output_version
==
2
)
{
fprintf
(
outstream
,
"New: "
);
fprintID
(
outstream
,
fd
);
printf
(
"
\n
"
);
f
printf
(
outstream
,
"
\n
"
);
}
DEBUG
(
printf
(
"Watching FD %i
\n
"
,
fd
));
...
...
Write
Preview
Markdown
is supported
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