Skip to content

Commit

Permalink
Logging version info on start of vcontrold
Browse files Browse the repository at this point in the history
  • Loading branch information
speters committed Jan 3, 2018
1 parent f0bddd0 commit 04b685a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vcontrold.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ int main(int argc, char *argv[])

initLog(useSyslog, logfile, debug);

logIT(LOG_NOTICE, "started vcontrold version %s", VERSION);

if (!parseXMLFile(xmlfile)) {
fprintf(stderr, "Error loading %s, terminating\n", xmlfile);
exit(1);
Expand Down

0 comments on commit 04b685a

Please sign in to comment.