Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
4dce25a3
Commit
4dce25a3
authored
Jan 16, 2003
by
brendan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I wanted to see this variable
svn path=/trunk/icecast/; revision=4254
parent
d9682b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/configtest.c
src/configtest.c
+1
-0
No files found.
src/configtest.c
View file @
4dce25a3
...
...
@@ -49,6 +49,7 @@ void _dump_config(ice_config_t *config)
printf
(
"log_dir = %s
\n
"
,
config
->
log_dir
);
printf
(
"access_log = %s
\n
"
,
config
->
access_log
);
printf
(
"error_log = %s
\n
"
,
config
->
error_log
);
printf
(
"loglevel = %d
\n
"
,
config
->
loglevel
);
printf
(
"-----
\n
"
);
}
...
...
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