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
Xiph.Org
Icecast-IceS
Commits
0ce08b41
Commit
0ce08b41
authored
Sep 23, 2001
by
Michael Smith
Browse files
Open logs in line-buffered mode, so that logging is actually useful.
svn path=/trunk/log/; revision=2075
parent
7a56cc33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/log/log.c
View file @
0ce08b41
...
...
@@ -84,6 +84,7 @@ int log_open(const char *filename)
_release_log_id
(
log_id
);
return
LOG_ECANTOPEN
;
}
setvbuf
(
loglist
[
log_id
].
logfile
,
NULL
,
_IOLBF
,
0
);
return
log_id
;
}
...
...
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