Skip to content

Commit

Permalink
core: print the architecture for Kamailio was compiled for (included …
Browse files Browse the repository at this point in the history
…in '-I')
  • Loading branch information
henningw committed Sep 25, 2019
1 parent a61e047 commit 6b1bb06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Expand Up @@ -276,6 +276,7 @@ void print_internals(void)
#endif
printf(" Source code revision ID: %s\n", ver_id);
printf(" Compiled with: %s\n", ver_compiler);
printf(" Compiled architecture: %s\n", ARCH);
printf(" Compiled on: %s\n", ver_compiled_time);
printf("Thank you for flying %s!\n", NAME);
}
Expand Down

0 comments on commit 6b1bb06

Please sign in to comment.