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
LSH
lsh
Commits
b4833aa3
Commit
b4833aa3
authored
Sep 19, 2005
by
Niels Möller
Browse files
(io_register_fd): Improved trace message.
Rev: src/io.c:1.215.2.10
parent
ac916b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.c
View file @
b4833aa3
...
...
@@ -283,7 +283,7 @@ lsh_oop_cancel_stop(void)
void
io_register_fd
(
int
fd
,
const
char
*
label
)
{
trace
(
"io_register_fd: fd %i: %z
\n
"
,
fd
,
label
);
trace
(
"io_register_fd: fd
=
%i: %z
\n
"
,
fd
,
label
);
if
(
fd
>
STDERR_FILENO
)
{
...
...
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