Browse Source

log version upon startup

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 14 years ago
parent
commit
8f94668a72
1 changed files with 1 additions and 1 deletions
  1. +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"); die("Cannot start up without Redis database\n");
} }
mylog(LOG_INFO, "Startup complete");
mylog(LOG_INFO, "Startup complete, version %s", MEDIAPROXY_VERSION);
if (!foreground) if (!foreground)
daemonize(); daemonize();


Loading…
Cancel
Save