Skip to content

Commit

Permalink
Merge pull request #53 from lumag/banner
Browse files Browse the repository at this point in the history
cdba-server: add CDBA-server banner to be output on startup
  • Loading branch information
lumag authored Nov 29, 2023
2 parents 5edc55c + d35abc8 commit 2c465e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdba-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ int main(int argc, char **argv)

signal(SIGPIPE, sigpipe_handler);

fprintf(stderr, "Starting cdba server\n");

username = getenv("CDBA_USER");
if (!username)
username = getenv("USER");
Expand Down

0 comments on commit 2c465e5

Please sign in to comment.