This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
log version upon startup
git.mgm/mediaproxy-ng/2.1
Richard Fuchs
14 years ago
parent
e4575cf31f
commit
c9f6e07846
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/main.c
+ 1
- 1
daemon/main.c
View File
@ -349,7 +349,7 @@ int main(int argc, char **argv) {
die
(
"
Cannot start up without Redis database
\n
"
)
;
}
mylog
(
LOG_INFO
,
"
Startup complete
"
)
;
mylog
(
LOG_INFO
,
"
Startup complete
, version %s
"
,
MEDIAPROXY_VERSION
)
;
if
(
!
foreground
)
daemonize
(
)
;
Write
Preview
Loading…
Cancel
Save